Class: Aws::Connect::Types::CrossChannelBehavior
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CrossChannelBehavior
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior_type ⇒ String
Specifies the other channels that can be routed to an agent handling their current channel.
Instance Attribute Details
#behavior_type ⇒ String
Specifies the other channels that can be routed to an agent handling their current channel.
4938 4939 4940 4941 4942 |
# File 'lib/aws-sdk-connect/types.rb', line 4938 class CrossChannelBehavior < Struct.new( :behavior_type) SENSITIVE = [] include Aws::Structure end |