Class: Aws::Connect::Types::VoiceEnhancementConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::VoiceEnhancementConfig
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Configuration settings for voice enhancement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ String
The channel for this voice enhancement configuration.
-
#voice_enhancement_mode ⇒ String
The voice enhancement mode.
Instance Attribute Details
#channel ⇒ String
The channel for this voice enhancement configuration. Only VOICE
is supported for this data type.
37055 37056 37057 37058 37059 37060 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37055 class VoiceEnhancementConfig < Struct.new( :channel, :voice_enhancement_mode) SENSITIVE = [] include Aws::Structure end |
#voice_enhancement_mode ⇒ String
The voice enhancement mode.
37055 37056 37057 37058 37059 37060 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37055 class VoiceEnhancementConfig < Struct.new( :channel, :voice_enhancement_mode) SENSITIVE = [] include Aws::Structure end |