You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::MediaConcurrency
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::MediaConcurrency
- Defined in:
- (unknown)
Overview
Note:
When passing MediaConcurrency as input to an Aws::Client method, you can use a vanilla Hash:
{
channel: "VOICE", # required, accepts VOICE, CHAT
concurrency: 1, # required
}
Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.
Instance Attribute Summary collapse
-
#channel ⇒ String
The channels that agents can handle in the Contact Control Panel (CCP).
-
#concurrency ⇒ Integer
The number of contacts an agent can have on a channel simultaneously.
Instance Attribute Details
#channel ⇒ String
The channels that agents can handle in the Contact Control Panel (CCP).
Possible values:
- VOICE
- CHAT
#concurrency ⇒ Integer
The number of contacts an agent can have on a channel simultaneously.