Class: Aws::LexModelsV2::Types::TextInputSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#start_timeout_msInteger

Time for which a bot waits before re-prompting a customer for text input.

Returns:

  • (Integer)


13972
13973
13974
13975
13976
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13972

class TextInputSpecification < Struct.new(
  :start_timeout_ms)
  SENSITIVE = []
  include Aws::Structure
end