Class: Aws::LexModelsV2::Types::PromptAttemptSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::PromptAttemptSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Specifies the settings on a prompt attempt.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #allow_interrupt  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the user can interrupt a speech prompt attempt from the bot.
 - 
  
    
      #allowed_input_types  ⇒ Types::AllowedInputTypes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the allowed input types of the prompt attempt.
 - 
  
    
      #audio_and_dtmf_input_specification  ⇒ Types::AudioAndDTMFInputSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the settings on audio and DTMF input.
 - 
  
    
      #text_input_specification  ⇒ Types::TextInputSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the settings on text input.
 
Instance Attribute Details
#allow_interrupt ⇒ Boolean
Indicates whether the user can interrupt a speech prompt attempt from the bot.
      11525 11526 11527 11528 11529 11530 11531 11532  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525 class PromptAttemptSpecification < Struct.new( :allow_interrupt, :allowed_input_types, :audio_and_dtmf_input_specification, :text_input_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#allowed_input_types ⇒ Types::AllowedInputTypes
Indicates the allowed input types of the prompt attempt.
      11525 11526 11527 11528 11529 11530 11531 11532  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525 class PromptAttemptSpecification < Struct.new( :allow_interrupt, :allowed_input_types, :audio_and_dtmf_input_specification, :text_input_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#audio_and_dtmf_input_specification ⇒ Types::AudioAndDTMFInputSpecification
Specifies the settings on audio and DTMF input.
      11525 11526 11527 11528 11529 11530 11531 11532  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525 class PromptAttemptSpecification < Struct.new( :allow_interrupt, :allowed_input_types, :audio_and_dtmf_input_specification, :text_input_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#text_input_specification ⇒ Types::TextInputSpecification
Specifies the settings on text input.
      11525 11526 11527 11528 11529 11530 11531 11532  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525 class PromptAttemptSpecification < Struct.new( :allow_interrupt, :allowed_input_types, :audio_and_dtmf_input_specification, :text_input_specification) SENSITIVE = [] include Aws::Structure end  |