Interface CrossChannelBehavior.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CrossChannelBehavior.Builder,
,CrossChannelBehavior> SdkBuilder<CrossChannelBehavior.Builder,
,CrossChannelBehavior> SdkPojo
- Enclosing class:
CrossChannelBehavior
@Mutable
@NotThreadSafe
public static interface CrossChannelBehavior.Builder
extends SdkPojo, CopyableBuilder<CrossChannelBehavior.Builder,CrossChannelBehavior>
-
Method Summary
Modifier and TypeMethodDescriptionbehaviorType
(String behaviorType) Specifies the other channels that can be routed to an agent handling their current channel.behaviorType
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-