Class: Aws::Connect::Types::CrossChannelBehavior

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#behavior_typeString

Specifies the other channels that can be routed to an agent handling their current channel.

Returns:

  • (String)


3999
4000
4001
4002
4003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3999

class CrossChannelBehavior < Struct.new(
  :behavior_type)
  SENSITIVE = []
  include Aws::Structure
end