lib/twilio-ruby/rest/flex_api/v1/channel.rb in twilio-ruby-5.45.0 vs lib/twilio-ruby/rest/flex_api/v1/channel.rb in twilio-ruby-5.45.1

- old
+ new

@@ -103,22 +103,22 @@ ChannelPage.new(@version, response, @solution) end ## # Create the ChannelInstance - # @param [String] flex_flow_sid The SID of the FlexFlow. + # @param [String] flex_flow_sid The SID of the Flex Flow. # @param [String] identity The `identity` value that uniquely identifies the new # resource's chat User. # @param [String] chat_user_friendly_name The chat participant's friendly name. # @param [String] chat_friendly_name The chat channel's friendly name. # @param [String] target The Target Contact Identity, for example the phone number # of an SMS. # @param [String] chat_unique_name The chat channel's unique name. # @param [String] pre_engagement_data The pre-engagement data. - # @param [String] task_sid The SID of the TaskRouter task. Only valid when + # @param [String] task_sid The SID of the TaskRouter Task. Only valid when # integration type is `task`. `null` for integration types `studio` & `external` - # @param [String] task_attributes The task attributes to be added for the + # @param [String] task_attributes The Task attributes to be added for the # TaskRouter Task. # @param [Boolean] long_lived Whether to create the channel as long-lived. # @return [ChannelInstance] Created ChannelInstance def create(flex_flow_sid: nil, identity: nil, chat_user_friendly_name: nil, chat_friendly_name: nil, target: :unset, chat_unique_name: :unset, pre_engagement_data: :unset, task_sid: :unset, task_attributes: :unset, long_lived: :unset) data = Twilio::Values.of({ @@ -263,11 +263,11 @@ def account_sid @properties['account_sid'] end ## - # @return [String] The SID of the FlexFlow + # @return [String] The SID of the Flex Flow def flex_flow_sid @properties['flex_flow_sid'] end ## @@ -281,10 +281,10 @@ def user_sid @properties['user_sid'] end ## - # @return [String] The SID of the TaskRouter task + # @return [String] The SID of the TaskRouter Task def task_sid @properties['task_sid'] end ## \ No newline at end of file