lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb in twilio-ruby-5.40.4

- old
+ new

@@ -17,14 +17,14 @@ class FieldList < ListResource ## # Initialize the FieldList # @param [Version] version Version that contains the resource # @param [String] assistant_sid The SID of the - # [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the + # {Assistant}[https://www.twilio.com/docs/autopilot/api/assistant] that is the # parent of the Task associated with the resource. # @param [String] task_sid The SID of the - # [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with + # {Task}[https://www.twilio.com/docs/autopilot/api/task] resource associated with # this Field. # @return [FieldList] FieldList def initialize(version, assistant_sid: nil, task_sid: nil) super(version) @@ -113,12 +113,12 @@ FieldPage.new(@version, response, @solution) end ## # Create the FieldInstance - # @param [String] field_type The Field Type of the new field. Can be: a [Built-in - # Field Type](https://www.twilio.com/docs/autopilot/built-in-field-types), the + # @param [String] field_type The Field Type of the new field. Can be: a {Built-in + # Field Type}[https://www.twilio.com/docs/autopilot/built-in-field-types], the # `unique_name`, or the `sid` of a custom Field Type. # @param [String] unique_name An application-defined string that uniquely # identifies the new resource. This value must be a unique string of no more than # 64 characters. It can be used as an alternative to the `sid` in the URL path to # address the resource. @@ -184,14 +184,14 @@ class FieldContext < InstanceContext ## # Initialize the FieldContext # @param [Version] version Version that contains the resource # @param [String] assistant_sid The SID of the - # [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the + # {Assistant}[https://www.twilio.com/docs/autopilot/api/assistant] that is the # parent of the Task associated with the resource to fetch. # @param [String] task_sid The SID of the - # [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with + # {Task}[https://www.twilio.com/docs/autopilot/api/task] resource associated with # the Field resource to fetch. # @param [String] sid The Twilio-provided string that uniquely identifies the # Field resource to fetch. # @return [FieldContext] FieldContext def initialize(version, assistant_sid, task_sid, sid) @@ -245,14 +245,14 @@ ## # Initialize the FieldInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio # @param [String] assistant_sid The SID of the - # [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the + # {Assistant}[https://www.twilio.com/docs/autopilot/api/assistant] that is the # parent of the Task associated with the resource. # @param [String] task_sid The SID of the - # [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with + # {Task}[https://www.twilio.com/docs/autopilot/api/task] resource associated with # this Field. # @param [String] sid The Twilio-provided string that uniquely identifies the # Field resource to fetch. # @return [FieldInstance] FieldInstance def initialize(version, payload, assistant_sid: nil, task_sid: nil, sid: nil) @@ -319,10 +319,10 @@ def field_type @properties['field_type'] end ## - # @return [String] The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with this Field + # @return [String] The SID of the {Task}[https://www.twilio.com/docs/autopilot/api/task] resource associated with this Field def task_sid @properties['task_sid'] end ## \ No newline at end of file