Class: Aws::Connect::Types::ParticipantConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ParticipantConfiguration
- 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
-
#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.
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 |