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
show all
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

Instance Attribute Details

#channelString

The channels that agents can handle in the Contact Control Panel (CCP).

Possible values:

  • VOICE
  • CHAT

Returns:

  • (String)

    The channels that agents can handle in the Contact Control Panel (CCP).

#concurrencyInteger

The number of contacts an agent can have on a channel simultaneously.

Returns:

  • (Integer)

    The number of contacts an agent can have on a channel simultaneously.