lib/twilio-ruby/rest/conversations/v1/configuration.rb in twilio-ruby-6.3.1 vs lib/twilio-ruby/rest/conversations/v1/configuration.rb in twilio-ruby-6.4.0

- old
+ new

@@ -67,11 +67,11 @@ end ## # Update the ConfigurationInstance # @param [String] default_chat_service_sid The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to use when creating a conversation. - # @param [String] default_messaging_service_sid The SID of the default [Messaging Service](https://www.twilio.com/docs/sms/services/api) to use when creating a conversation. + # @param [String] default_messaging_service_sid The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/services/api) to use when creating a conversation. # @param [String] default_inactive_timer Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. # @param [String] default_closed_timer Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. # @return [ConfigurationInstance] Updated ConfigurationInstance def update( default_chat_service_sid: :unset, @@ -198,11 +198,11 @@ def default_chat_service_sid @properties['default_chat_service_sid'] end ## - # @return [String] The SID of the default [Messaging Service](https://www.twilio.com/docs/sms/services/api) used when creating a conversation. + # @return [String] The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/services/api) used when creating a conversation. def default_messaging_service_sid @properties['default_messaging_service_sid'] end ## @@ -238,10 +238,10 @@ end ## # Update the ConfigurationInstance # @param [String] default_chat_service_sid The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to use when creating a conversation. - # @param [String] default_messaging_service_sid The SID of the default [Messaging Service](https://www.twilio.com/docs/sms/services/api) to use when creating a conversation. + # @param [String] default_messaging_service_sid The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/services/api) to use when creating a conversation. # @param [String] default_inactive_timer Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. # @param [String] default_closed_timer Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. # @return [ConfigurationInstance] Updated ConfigurationInstance def update( default_chat_service_sid: :unset,