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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


23150
23151
23152
23153
23154
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23150

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