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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRoutingProfile.CrossChannelBehaviorProperty
static final class
An implementation forCfnRoutingProfile.CrossChannelBehaviorProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifies the other channels that can be routed to an agent handling their current channel.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBehaviorType
Specifies the other channels that can be routed to an agent handling their current channel.- See Also:
-
builder
-