Routing Profile Media Concurrency Args
data class RoutingProfileMediaConcurrencyArgs(val channel: Output<RoutingProfileChannel>, val concurrency: Output<Int>, val crossChannelBehavior: Output<RoutingProfileCrossChannelBehaviorArgs>? = null) : ConvertibleToJava<RoutingProfileMediaConcurrencyArgs>
Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.
Constructors
Link copied to clipboard
fun RoutingProfileMediaConcurrencyArgs(channel: Output<RoutingProfileChannel>, concurrency: Output<Int>, crossChannelBehavior: Output<RoutingProfileCrossChannelBehaviorArgs>? = null)