Class: Aws::LexModelsV2::Types::TextInputSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TextInputSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      14045 14046 14047 14048 14049  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14045 class TextInputSpecification < Struct.new( :start_timeout_ms) SENSITIVE = [] include Aws::Structure end  |