class Aws::Connect::Types::UpdateRoutingProfileConcurrencyRequest
@note When making an API call, you may pass UpdateRoutingProfileConcurrencyRequest
data as a hash: { instance_id: "InstanceId", # required routing_profile_id: "RoutingProfileId", # required media_concurrencies: [ # required { channel: "VOICE", # required, accepts VOICE, CHAT, TASK concurrency: 1, # required }, ], }
@!attribute [rw] instance_id
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. @return [String]
@!attribute [rw] routing_profile_id
The identifier of the routing profile. @return [String]
@!attribute [rw] media_concurrencies
The channels that agents can handle in the Contact Control Panel (CCP). @return [Array<Types::MediaConcurrency>]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateRoutingProfileConcurrencyRequest AWS API Documentation
Constants
- SENSITIVE