Update Queue Hours Of Operation
| connect_update_queue_hours_of_operation | R Documentation |
Updates the hours of operation for the specified queue¶
Description¶
Updates the hours of operation for the specified queue.
Usage¶
connect_update_queue_hours_of_operation(InstanceId, QueueId,
HoursOfOperationId)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
QueueId |
[required] The identifier for the queue. |
HoursOfOperationId |
[required] The identifier for the hours of operation. |
Value¶
An empty list.
Request syntax¶
svc$update_queue_hours_of_operation(
InstanceId = "string",
QueueId = "string",
HoursOfOperationId = "string"
)