Class: Aws::LexModelsV2::Types::TextInputSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TextInputSpecification
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies the text input specifications.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_timeout_ms ⇒ Integer
Time for which a bot waits before re-prompting a customer for text input.
Instance Attribute Details
#start_timeout_ms ⇒ Integer
Time for which a bot waits before re-prompting a customer for text input.
13329 13330 13331 13332 13333 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13329 class TextInputSpecification < Struct.new( :start_timeout_ms) SENSITIVE = [] include Aws::Structure end |