Class: Aws::LexModelsV2::Types::UtteranceAudioInputSpecification
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::UtteranceAudioInputSpecification
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the audio for an utterance.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #audio_file_s3_location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Amazon S3 file pointing to the audio. 
Instance Attribute Details
#audio_file_s3_location ⇒ String
Amazon S3 file pointing to the audio.
| 15744 15745 15746 15747 15748 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15744 class UtteranceAudioInputSpecification < Struct.new( :audio_file_s3_location) SENSITIVE = [] include Aws::Structure end |