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 Details

    • 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

      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: