Class: Aws::LexModelsV2::Types::AllowedInputTypes
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AllowedInputTypes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies the allowed input types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_audio_input ⇒ Boolean
Indicates whether audio input is allowed.
-
#allow_dtmf_input ⇒ Boolean
Indicates whether DTMF input is allowed.
Instance Attribute Details
#allow_audio_input ⇒ Boolean
Indicates whether audio input is allowed.
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_input ⇒ Boolean
Indicates whether DTMF input is allowed.
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 |