lib/twilio-ruby/rest/conversations/v1/configuration.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/conversations/v1/configuration.rb in twilio-ruby-5.40.4
- old
+ new
@@ -8,12 +8,10 @@
module Twilio
module REST
class Conversations < Domain
class V1 < Version
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ConfigurationList < ListResource
##
# Initialize the ConfigurationList
# @param [Version] version Version that contains the resource
# @return [ConfigurationList] ConfigurationList
@@ -29,12 +27,10 @@
def to_s
'#<Twilio.Conversations.V1.ConfigurationList>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ConfigurationPage < Page
##
# Initialize the ConfigurationPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -60,12 +56,10 @@
def to_s
'<Twilio.Conversations.V1.ConfigurationPage>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ConfigurationContext < InstanceContext
##
# Initialize the ConfigurationContext
# @param [Version] version Version that contains the resource
# @return [ConfigurationContext] ConfigurationContext
@@ -89,15 +83,15 @@
ConfigurationInstance.new(@version, payload, )
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
+ # @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
+ # @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_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
@@ -136,12 +130,10 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Conversations.V1.ConfigurationContext #{context}>"
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ConfigurationInstance < InstanceResource
##
# Initialize the ConfigurationInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
@@ -205,17 +197,17 @@
def default_closed_timer
@properties['default_closed_timer']
end
##
- # @return [String] The url
+ # @return [String] An absolute URL for this global configuration.
def url
@properties['url']
end
##
- # @return [String] The links
+ # @return [String] Absolute URLs to access the webhook and default service configurations.
def links
@properties['links']
end
##
@@ -225,14 +217,14 @@
context.fetch
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
+ # @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
+ # @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_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
\ No newline at end of file