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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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 'gems/aws-sdk-lexmodelsv2/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 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 206

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