lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb in twilio-ruby-5.40.4
- old
+ new
@@ -117,16 +117,16 @@
# Create the WorkflowInstance
# @param [String] friendly_name A descriptive string that you create to describe
# the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound
# Campaign`.
# @param [String] configuration A JSON string that contains the rules to apply to
- # the Workflow. See [Configuring
- # Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for
+ # the Workflow. See {Configuring
+ # Workflows}[https://www.twilio.com/docs/taskrouter/workflow-configuration] for
# more information.
# @param [String] assignment_callback_url The URL from your application that will
- # process task assignment events. See [Handling Task Assignment
- # Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks)
+ # process task assignment events. See {Handling Task Assignment
+ # Callback}[https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks]
# for more details.
# @param [String] fallback_assignment_callback_url The URL that we should call
# when a call to the `assignment_callback_url` fails.
# @param [String] task_reservation_timeout How long TaskRouter will wait for a
# confirmation response from your application after it assigns a Task to a Worker.
@@ -221,18 +221,18 @@
# Update the WorkflowInstance
# @param [String] friendly_name A descriptive string that you create to describe
# the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound
# Campaign`.
# @param [String] assignment_callback_url The URL from your application that will
- # process task assignment events. See [Handling Task Assignment
- # Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks)
+ # process task assignment events. See {Handling Task Assignment
+ # Callback}[https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks]
# for more details.
# @param [String] fallback_assignment_callback_url The URL that we should call
# when a call to the `assignment_callback_url` fails.
# @param [String] configuration A JSON string that contains the rules to apply to
- # the Workflow. See [Configuring
- # Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for
+ # the Workflow. See {Configuring
+ # Workflows}[https://www.twilio.com/docs/taskrouter/workflow-configuration] for
# more information.
# @param [String] task_reservation_timeout How long TaskRouter will wait for a
# confirmation response from your application after it assigns a Task to a Worker.
# Can be up to `86,400` (24 hours) and the default is `120`.
# @param [String] re_evaluate_tasks Whether or not to re-evaluate Tasks. The
@@ -439,17 +439,17 @@
# Update the WorkflowInstance
# @param [String] friendly_name A descriptive string that you create to describe
# the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound
# Campaign`.
# @param [String] assignment_callback_url The URL from your application that will
- # process task assignment events. See [Handling Task Assignment
- # Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks)
+ # process task assignment events. See {Handling Task Assignment
+ # Callback}[https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks]
# for more details.
# @param [String] fallback_assignment_callback_url The URL that we should call
# when a call to the `assignment_callback_url` fails.
# @param [String] configuration A JSON string that contains the rules to apply to
- # the Workflow. See [Configuring
- # Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for
+ # the Workflow. See {Configuring
+ # Workflows}[https://www.twilio.com/docs/taskrouter/workflow-configuration] for
# more information.
# @param [String] task_reservation_timeout How long TaskRouter will wait for a
# confirmation response from your application after it assigns a Task to a Worker.
# Can be up to `86,400` (24 hours) and the default is `120`.
# @param [String] re_evaluate_tasks Whether or not to re-evaluate Tasks. The
\ No newline at end of file