Class: Aws::Connect::Types::ParticipantConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ParticipantConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The configuration of the participant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_mode ⇒ String
The mode in which responses should be sent to the participant.
Instance Attribute Details
#response_mode ⇒ String
The mode in which responses should be sent to the participant.
24096 24097 24098 24099 24100 |
# File 'lib/aws-sdk-connect/types.rb', line 24096 class ParticipantConfiguration < Struct.new( :response_mode) SENSITIVE = [] include Aws::Structure end |