Interface CrossChannelBehavior.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CrossChannelBehavior.Builder,CrossChannelBehavior>,SdkBuilder<CrossChannelBehavior.Builder,CrossChannelBehavior>,SdkPojo
- Enclosing class:
- CrossChannelBehavior
public static interface CrossChannelBehavior.Builder extends SdkPojo, CopyableBuilder<CrossChannelBehavior.Builder,CrossChannelBehavior>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CrossChannelBehavior.BuilderbehaviorType(String behaviorType)Specifies the other channels that can be routed to an agent handling their current channel.CrossChannelBehavior.BuilderbehaviorType(BehaviorType behaviorType)Specifies the other channels that can be routed to an agent handling their current channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
behaviorType
CrossChannelBehavior.Builder behaviorType(String behaviorType)
Specifies the other channels that can be routed to an agent handling their current channel.
- Parameters:
behaviorType- Specifies the other channels that can be routed to an agent handling their current channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BehaviorType,BehaviorType
-
behaviorType
CrossChannelBehavior.Builder behaviorType(BehaviorType behaviorType)
Specifies the other channels that can be routed to an agent handling their current channel.
- Parameters:
behaviorType- Specifies the other channels that can be routed to an agent handling their current channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BehaviorType,BehaviorType
-
-