Interface CfnRoutingProfile.CrossChannelBehaviorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRoutingProfile.CrossChannelBehaviorProperty.Jsii$Proxy
Enclosing class:
CfnRoutingProfile

@Stability(Stable) public static interface CfnRoutingProfile.CrossChannelBehaviorProperty extends software.amazon.jsii.JsiiSerializable
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.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.connect.*;
 CrossChannelBehaviorProperty crossChannelBehaviorProperty = CrossChannelBehaviorProperty.builder()
         .behaviorType("behaviorType")
         .build();
 

See Also: