lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb in twilio-ruby-5.18.0 vs lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb in twilio-ruby-5.19.0
- old
+ new
@@ -17,12 +17,12 @@
# Initialize the FeedbackList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The unique id of the
# [Account](https://www.twilio.com/docs/api/rest/account) responsible for this
# resource.
- # @param [String] call_sid A 34-character string that uniquely identifies the Call
- # resource.
+ # @param [String] call_sid The unique string that that we created to identify this
+ # Call resource.
# @return [FeedbackList] FeedbackList
def initialize(version, account_sid: nil, call_sid: nil)
super(version)
# Path Solution
@@ -181,11 +181,11 @@
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The unique id of the
# [Account](https://www.twilio.com/docs/api/rest/account) responsible for this
# resource.
- # @param [String] call_sid A 34-character string that uniquely identifies the Call
- # resource.
+ # @param [String] call_sid The unique string that that we created to identify this
+ # Call resource.
# @return [FeedbackInstance] FeedbackInstance
def initialize(version, payload, account_sid: nil, call_sid: nil)
super(version)
# Marshaled Properties
\ No newline at end of file