Class: Aws::Connect::Types::ParticipantConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The configuration of the participant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_modeString

The mode in which responses should be sent to the participant.

Returns:

  • (String)


25119
25120
25121
25122
25123
# File 'lib/aws-sdk-connect/types.rb', line 25119

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