Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_update_routing_profile_concurrency: Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile

Description

Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.

Usage

connect_update_routing_profile_concurrency(InstanceId, RoutingProfileId,
  MediaConcurrencies)

Value

An empty list.

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

RoutingProfileId

[required] The identifier of the routing profile.

MediaConcurrencies

[required] The channels agents can handle in the Contact Control Panel (CCP).

Request syntax

svc$update_routing_profile_concurrency(
  InstanceId = "string",
  RoutingProfileId = "string",
  MediaConcurrencies = list(
    list(
      Channel = "VOICE"|"CHAT"|"TASK",
      Concurrency = 123
    )
  )
)