All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.connect.kotlin.outputs.RoutingProfileCrossChannelBehavior.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.connect.kotlin.outputs

import com.pulumi.awsnative.connect.kotlin.enums.RoutingProfileBehaviorType
import kotlin.Suppress

/**
 * Defines the cross-channel routing behavior that allows an agent working on a contact in one channel to be offered a contact from a different channel.
 * @property behaviorType Specifies the other channels that can be routed to an agent handling their current channel.
 */
public data class RoutingProfileCrossChannelBehavior(
    public val behaviorType: RoutingProfileBehaviorType,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.connect.outputs.RoutingProfileCrossChannelBehavior): RoutingProfileCrossChannelBehavior = RoutingProfileCrossChannelBehavior(
            behaviorType = javaType.behaviorType().let({ args0 ->
                com.pulumi.awsnative.connect.kotlin.enums.RoutingProfileBehaviorType.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy