lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb in twilio-ruby-5.46.0

- old
+ new

@@ -242,12 +242,12 @@ # Conference instruction. # @param [String] status_callback The URL we should call using the # `status_callback_method` to send status information to your application. # @param [String] status_callback_method The HTTP method we should use to call # `status_callback`. Can be: `POST` or `GET` and the default is `POST`. - # @param [reservation.CallStatus] status_callback_event The call progress events - # that we will send to `status_callback`. Can be: `initiated`, `ringing`, + # @param [Array[reservation.CallStatus]] status_callback_event The call progress + # events that we will send to `status_callback`. Can be: `initiated`, `ringing`, # `answered`, or `completed`. # @param [String] timeout Timeout for call when executing a Conference # instruction. # @param [Boolean] record Whether to record the participant and their conferences, # including the time between conferences. The default is `false`. @@ -280,11 +280,11 @@ # participant to join the conference is used. Subsequent # `conference_status_callback` values are ignored. # @param [String] conference_status_callback_method The HTTP method we should use # to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to # `POST`. - # @param [reservation.ConferenceEvent] conference_status_callback_event The + # @param [Array[reservation.ConferenceEvent]] conference_status_callback_event The # conference status events that we will send to `conference_status_callback`. Can # be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. # @param [String] conference_record Whether to record the conference the # participant is joining or when to record the conference. Can be: `true`, # `false`, `record-from-start`, and `do-not-record`. The default value is `false`. @@ -308,12 +308,12 @@ # {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 - # webhooks as a result of a Dequeue instruction. + # @param [Array[String]] dequeue_status_callback_event The Call progress events + # sent via webhooks as a result of a Dequeue instruction. # @param [String] post_work_activity_sid The new worker activity SID after # executing a Conference instruction. # @param [reservation.SupervisorMode] supervisor_mode The Supervisor mode when # executing the Supervise instruction. # @param [String] supervisor The Supervisor SID/URI when executing the Supervise @@ -582,12 +582,12 @@ # Conference instruction. # @param [String] status_callback The URL we should call using the # `status_callback_method` to send status information to your application. # @param [String] status_callback_method The HTTP method we should use to call # `status_callback`. Can be: `POST` or `GET` and the default is `POST`. - # @param [reservation.CallStatus] status_callback_event The call progress events - # that we will send to `status_callback`. Can be: `initiated`, `ringing`, + # @param [Array[reservation.CallStatus]] status_callback_event The call progress + # events that we will send to `status_callback`. Can be: `initiated`, `ringing`, # `answered`, or `completed`. # @param [String] timeout Timeout for call when executing a Conference # instruction. # @param [Boolean] record Whether to record the participant and their conferences, # including the time between conferences. The default is `false`. @@ -620,11 +620,11 @@ # participant to join the conference is used. Subsequent # `conference_status_callback` values are ignored. # @param [String] conference_status_callback_method The HTTP method we should use # to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to # `POST`. - # @param [reservation.ConferenceEvent] conference_status_callback_event The + # @param [Array[reservation.ConferenceEvent]] conference_status_callback_event The # conference status events that we will send to `conference_status_callback`. Can # be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. # @param [String] conference_record Whether to record the conference the # participant is joining or when to record the conference. Can be: `true`, # `false`, `record-from-start`, and `do-not-record`. The default value is `false`. @@ -648,11 +648,11 @@ # {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 - # webhooks as a result of a Dequeue instruction. + # @param [Array[String]] dequeue_status_callback_event The Call progress events + # sent via webhooks as a result of a Dequeue instruction. # @param [String] post_work_activity_sid The new worker activity SID after # executing a Conference instruction. # @param [reservation.SupervisorMode] supervisor_mode The Supervisor mode when # executing the Supervise instruction. # @param [String] supervisor The Supervisor SID/URI when executing the Supervise \ No newline at end of file