public static interface MediaConcurrency.Builder extends SdkPojo, CopyableBuilder<MediaConcurrency.Builder,MediaConcurrency>
| Modifier and Type | Method and Description |
|---|---|
MediaConcurrency.Builder |
channel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency.Builder |
channel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency.Builder |
concurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMediaConcurrency.Builder channel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
MediaConcurrency.Builder channel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
MediaConcurrency.Builder concurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
Valid Range for VOICE: Minimum value of 1. Maximum value of 1.
Valid Range for CHAT: Minimum value of 1. Maximum value of 10.
Valid Range for TASK: Minimum value of 1. Maximum value of 10.
concurrency - The number of contacts an agent can have on a channel simultaneously.
Valid Range for VOICE: Minimum value of 1. Maximum value of 1.
Valid Range for CHAT: Minimum value of 1. Maximum value of 10.
Valid Range for TASK: Minimum value of 1. Maximum value of 10.
Copyright © 2022. All rights reserved.