Class: Aws::LexModelsV2::Types::AudioAndDTMFInputSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::AudioAndDTMFInputSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Specifies the audio and DTMF input specification.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audio_specification  ⇒ Types::AudioSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the settings on audio input.
 - 
  
    
      #dtmf_specification  ⇒ Types::DTMFSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the settings on DTMF input.
 - 
  
    
      #start_timeout_ms  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time for which a bot waits before assuming that the customer isn’t going to speak or press a key.
 
Instance Attribute Details
#audio_specification ⇒ Types::AudioSpecification
Specifies the settings on audio input.
      1533 1534 1535 1536 1537 1538 1539  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1533 class AudioAndDTMFInputSpecification < Struct.new( :start_timeout_ms, :audio_specification, :dtmf_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#dtmf_specification ⇒ Types::DTMFSpecification
Specifies the settings on DTMF input.
      1533 1534 1535 1536 1537 1538 1539  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1533 class AudioAndDTMFInputSpecification < Struct.new( :start_timeout_ms, :audio_specification, :dtmf_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#start_timeout_ms ⇒ Integer
Time for which a bot waits before assuming that the customer isn’t going to speak or press a key. This timeout is shared between Audio and DTMF inputs.
      1533 1534 1535 1536 1537 1538 1539  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1533 class AudioAndDTMFInputSpecification < Struct.new( :start_timeout_ms, :audio_specification, :dtmf_specification) SENSITIVE = [] include Aws::Structure end  |