Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
connect_update_routing_profile_concurrency(InstanceId, RoutingProfileId,
MediaConcurrencies)
An empty list.
[required] The identifier of the Amazon Connect instance.
[required] The identifier of the routing profile.
[required] The channels agents can handle in the Contact Control Panel (CCP).
svc$update_routing_profile_concurrency(
InstanceId = "string",
RoutingProfileId = "string",
MediaConcurrencies = list(
list(
Channel = "VOICE"|"CHAT"|"TASK",
Concurrency = 123
)
)
)