Class: Aws::Connect::Types::VoiceEnhancementConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::VoiceEnhancementConfig
- Includes:
- Structure
- Defined in:
- 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.**
37696 37697 37698 37699 37700 37701 |
# File 'lib/aws-sdk-connect/types.rb', line 37696 class VoiceEnhancementConfig < Struct.new( :channel, :voice_enhancement_mode) SENSITIVE = [] include Aws::Structure end |
#voice_enhancement_mode ⇒ String
The voice enhancement mode.
37696 37697 37698 37699 37700 37701 |
# File 'lib/aws-sdk-connect/types.rb', line 37696 class VoiceEnhancementConfig < Struct.new( :channel, :voice_enhancement_mode) SENSITIVE = [] include Aws::Structure end |