Class: Aws::LexModelsV2::Types::UtteranceAudioInputSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#audio_file_s3_locationString

Amazon S3 file pointing to the audio.

Returns:

  • (String)


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