Class: Aws::Connect::Types::VoiceEnhancementConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Configuration settings for voice enhancement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The channel for this voice enhancement configuration. **Only ‘VOICE` is supported for this data type.**

Returns:

  • (String)


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_modeString

The voice enhancement mode.

Returns:

  • (String)


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