RoutingProfileMediaConcurrencyArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): RoutingProfileMediaConcurrencyArgs

Properties

Link copied to clipboard
Link copied to clipboard
val concurrency: Output<Int>