Method: Aws::LexModelsV2::Types::TextInputSpecification#start_timeout_ms
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#start_timeout_ms ⇒ Integer
Time for which a bot waits before re-prompting a customer for text input.
14382 14383 14384 14385 14386 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14382 class TextInputSpecification < Struct.new( :start_timeout_ms) SENSITIVE = [] include Aws::Structure end |