lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb in twilio-ruby-5.40.4
- old
+ new
@@ -207,22 +207,22 @@
# executing a Dequeue instruction or which leg to record.
# @param [String] dequeue_timeout Timeout for call when executing a Dequeue
# instruction.
# @param [String] dequeue_to The Contact URI of the worker when executing a
# Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for
- # Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164)
+ # Programmable SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164]
# formatted phone number, depending on the destination.
# @param [String] dequeue_status_callback_url The Callback URL for completed call
# event when executing a Dequeue instruction.
# @param [String] call_from The Caller ID of the outbound call when executing a
# Call instruction.
# @param [String] call_record Whether to record both legs of a call when executing
# a Call instruction or which leg to record.
# @param [String] call_timeout Timeout for call when executing a Call instruction.
# @param [String] call_to The Contact URI of the worker when executing a Call
# instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
# phone number, depending on the destination.
# @param [String] call_url TwiML URI executed on answering the worker's leg as a
# result of the Call instruction.
# @param [String] call_status_callback_url The URL to call for the completed call
# event when executing a Call instruction.
@@ -234,11 +234,11 @@
# executing a Redirect instruction.
# @param [String] redirect_url TwiML URI to redirect the call to when executing
# the Redirect instruction.
# @param [String] to The Contact URI of the worker when executing a Conference
# instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
# phone number, depending on the destination.
# @param [String] from The Caller ID of the call to the worker when executing a
# Conference instruction.
# @param [String] status_callback The URL we should call using the
# `status_callback_method` to send status information to your application.
@@ -262,12 +262,12 @@
# background music until another participant starts the conference.
# @param [Boolean] end_conference_on_exit Whether to end the conference when the
# agent leaves.
# @param [String] wait_url The URL we should call using the `wait_method` for the
# music to play while participants are waiting for the conference to start. The
- # default value is the URL of our standard hold music. [Learn more about hold
- # music](https://www.twilio.com/labs/twimlets/holdmusic).
+ # default value is the URL of our standard hold music. {Learn more about hold
+ # music}[https://www.twilio.com/labs/twimlets/holdmusic].
# @param [String] wait_method The HTTP method we should use to call `wait_url`.
# Can be `GET` or `POST` and the default is `POST`. When using a static audio
# file, this should be `GET` so that we can cache the file.
# @param [Boolean] early_media Whether to allow an agent to hear the state of the
# outbound call, including ringing or disconnect messages. The default is `true`.
@@ -303,11 +303,11 @@
# recording is available.
# @param [String] conference_recording_status_callback_method The HTTP method we
# should use to call `conference_recording_status_callback`. Can be: `GET` or
# `POST` and defaults to `POST`.
# @param [String] region The
- # [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls)
+ # {region}[https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls]
# where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`,
# `br1`, `au1`, or `jp1`.
# @param [String] sip_auth_username The SIP username used for authentication.
# @param [String] sip_auth_password The SIP password for authentication.
# @param [String] dequeue_status_callback_event The Call progress events sent via
@@ -547,22 +547,22 @@
# executing a Dequeue instruction or which leg to record.
# @param [String] dequeue_timeout Timeout for call when executing a Dequeue
# instruction.
# @param [String] dequeue_to The Contact URI of the worker when executing a
# Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for
- # Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164)
+ # Programmable SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164]
# formatted phone number, depending on the destination.
# @param [String] dequeue_status_callback_url The Callback URL for completed call
# event when executing a Dequeue instruction.
# @param [String] call_from The Caller ID of the outbound call when executing a
# Call instruction.
# @param [String] call_record Whether to record both legs of a call when executing
# a Call instruction or which leg to record.
# @param [String] call_timeout Timeout for call when executing a Call instruction.
# @param [String] call_to The Contact URI of the worker when executing a Call
# instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
# phone number, depending on the destination.
# @param [String] call_url TwiML URI executed on answering the worker's leg as a
# result of the Call instruction.
# @param [String] call_status_callback_url The URL to call for the completed call
# event when executing a Call instruction.
@@ -574,11 +574,11 @@
# executing a Redirect instruction.
# @param [String] redirect_url TwiML URI to redirect the call to when executing
# the Redirect instruction.
# @param [String] to The Contact URI of the worker when executing a Conference
# instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
# phone number, depending on the destination.
# @param [String] from The Caller ID of the call to the worker when executing a
# Conference instruction.
# @param [String] status_callback The URL we should call using the
# `status_callback_method` to send status information to your application.
@@ -602,12 +602,12 @@
# background music until another participant starts the conference.
# @param [Boolean] end_conference_on_exit Whether to end the conference when the
# agent leaves.
# @param [String] wait_url The URL we should call using the `wait_method` for the
# music to play while participants are waiting for the conference to start. The
- # default value is the URL of our standard hold music. [Learn more about hold
- # music](https://www.twilio.com/labs/twimlets/holdmusic).
+ # default value is the URL of our standard hold music. {Learn more about hold
+ # music}[https://www.twilio.com/labs/twimlets/holdmusic].
# @param [String] wait_method The HTTP method we should use to call `wait_url`.
# Can be `GET` or `POST` and the default is `POST`. When using a static audio
# file, this should be `GET` so that we can cache the file.
# @param [Boolean] early_media Whether to allow an agent to hear the state of the
# outbound call, including ringing or disconnect messages. The default is `true`.
@@ -643,10 +643,10 @@
# recording is available.
# @param [String] conference_recording_status_callback_method The HTTP method we
# should use to call `conference_recording_status_callback`. Can be: `GET` or
# `POST` and defaults to `POST`.
# @param [String] region The
- # [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls)
+ # {region}[https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls]
# where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`,
# `br1`, `au1`, or `jp1`.
# @param [String] sip_auth_username The SIP username used for authentication.
# @param [String] sip_auth_password The SIP password for authentication.
# @param [String] dequeue_status_callback_event The Call progress events sent via
\ No newline at end of file