Class: Aws::LexModelsV2::Types::AllowedInputTypes

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

Overview

Specifies the allowed input types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_audio_inputBoolean

Indicates whether audio input is allowed.

Returns:

  • (Boolean)


206
207
208
209
210
211
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 206

class AllowedInputTypes < Struct.new(
  :allow_audio_input,
  :allow_dtmf_input)
  SENSITIVE = []
  include Aws::Structure
end

#allow_dtmf_inputBoolean

Indicates whether DTMF input is allowed.

Returns:

  • (Boolean)


206
207
208
209
210
211
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 206

class AllowedInputTypes < Struct.new(
  :allow_audio_input,
  :allow_dtmf_input)
  SENSITIVE = []
  include Aws::Structure
end