queueConfigs

@JvmName(name = "wadjqmfxongqhnux")
suspend fun queueConfigs(value: Output<List<RoutingProfileQueueConfigArgs>>)
@JvmName(name = "djsnvaahwlqxdftm")
suspend fun queueConfigs(value: List<RoutingProfileQueueConfigArgs>?)

Parameters

value

One or more queue_configs blocks that specify the inbound queues associated with the routing profile. If no queue is added, the agent only can make outbound calls. The queue_configs block is documented below.


@JvmName(name = "awegduryjwiihrph")
suspend fun queueConfigs(vararg values: Output<RoutingProfileQueueConfigArgs>)


@JvmName(name = "oogihgcmmvhpfejt")
suspend fun queueConfigs(values: List<Output<RoutingProfileQueueConfigArgs>>)
@JvmName(name = "vnvwageqjbfdtqgp")
suspend fun queueConfigs(vararg values: RoutingProfileQueueConfigArgs)

Parameters

values

One or more queue_configs blocks that specify the inbound queues associated with the routing profile. If no queue is added, the agent only can make outbound calls. The queue_configs block is documented below.


@JvmName(name = "uobpeuuuwkivaymc")
suspend fun queueConfigs(argument: List<suspend RoutingProfileQueueConfigArgsBuilder.() -> Unit>)
@JvmName(name = "wxgnorwgncacsnoy")
suspend fun queueConfigs(vararg argument: suspend RoutingProfileQueueConfigArgsBuilder.() -> Unit)
@JvmName(name = "wfdrdhlqbkefqocw")
suspend fun queueConfigs(argument: suspend RoutingProfileQueueConfigArgsBuilder.() -> Unit)

Parameters

argument

One or more queue_configs blocks that specify the inbound queues associated with the routing profile. If no queue is added, the agent only can make outbound calls. The queue_configs block is documented below.