lib/twilio-ruby/rest/studio/v1/flow/engagement.rb in twilio-ruby-5.12.0 vs lib/twilio-ruby/rest/studio/v1/flow/engagement.rb in twilio-ruby-5.12.1
- old
+ new
@@ -9,12 +9,10 @@
module Twilio
module REST
class Studio < Domain
class V1 < Version
class FlowContext < InstanceContext
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class EngagementList < ListResource
##
# Initialize the EngagementList
# @param [Version] version Version that contains the resource
# @param [String] flow_sid The unique SID identifier of the Flow.
@@ -145,12 +143,10 @@
def to_s
'#<Twilio.Studio.V1.EngagementList>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class EngagementPage < Page
##
# Initialize the EngagementPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -176,12 +172,10 @@
def to_s
'<Twilio.Studio.V1.EngagementPage>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class EngagementContext < InstanceContext
##
# Initialize the EngagementContext
# @param [Version] version Version that contains the resource
# @param [String] flow_sid The unique SID identifier of the Flow.
@@ -253,11 +247,9 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Studio.V1.EngagementContext #{context}>"
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class EngagementInstance < InstanceResource
##
# Initialize the EngagementInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
\ No newline at end of file