Class: Aws::Connect::Types::CrossChannelBehavior
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CrossChannelBehavior
- Defined in:
- gems/aws-sdk-connect/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.
5628 5629 5630 5631 5632 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5628 class CrossChannelBehavior < Struct.new( :behavior_type) SENSITIVE = [] include Aws::Structure end |