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.
23668 23669 23670 23671 23672 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23668 class ParticipantConfiguration < Struct.new( :response_mode) SENSITIVE = [] include Aws::Structure end |