Associates a set of queues with a routing profile
Source:R/connect_operations.R
connect_associate_routing_profile_queues.RdAssociates a set of queues with a routing profile.
See https://www.paws-r-sdk.com/docs/connect_associate_routing_profile_queues/ for full documentation.
Usage
connect_associate_routing_profile_queues(
InstanceId,
RoutingProfileId,
QueueConfigs = NULL,
ManualAssignmentQueueConfigs = NULL
)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.
- RoutingProfileId
[required] The identifier of the routing profile.
- QueueConfigs
The queues to associate with this routing profile.
- ManualAssignmentQueueConfigs
The manual assignment queues to associate with this routing profile.
Note: Use this config for chat, email, and task contacts. It does not support voice contacts.