lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb in twilio-ruby-5.26.0 vs lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb in twilio-ruby-5.27.0

- old
+ new

@@ -10,11 +10,11 @@ module REST class Conversations < Domain class V1 < Version class ConversationContext < InstanceContext ## - # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com. + # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class WebhookList < ListResource ## # Initialize the WebhookList # @param [Version] version Version that contains the resource # @param [String] conversation_sid The unique id of the @@ -154,11 +154,11 @@ '#<Twilio.Conversations.V1.WebhookList>' end end ## - # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com. + # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class WebhookPage < Page ## # Initialize the WebhookPage # @param [Version] version Version that contains the resource # @param [Response] response Response from the API @@ -185,11 +185,11 @@ '<Twilio.Conversations.V1.WebhookPage>' end end ## - # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com. + # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class WebhookContext < InstanceContext ## # Initialize the WebhookContext # @param [Version] version Version that contains the resource # @param [String] conversation_sid The unique id of the @@ -282,10 +282,10 @@ "#<Twilio.Conversations.V1.WebhookContext #{context}>" end end ## - # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com. + # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class WebhookInstance < InstanceResource ## # Initialize the WebhookInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio \ No newline at end of file