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.
15614 15615 15616 15617 15618 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15614 class UtteranceAudioInputSpecification < Struct.new( :audio_file_s3_location) SENSITIVE = [] include Aws::Structure end |