Class: Aws::LexModelsV2::Types::AudioSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Specifies the audio input specifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeout_msInteger

Time for which a bot waits after the customer stops speaking to assume the utterance is finished.

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1603

class AudioSpecification < Struct.new(
  :max_length_ms,
  :end_timeout_ms)
  SENSITIVE = []
  include Aws::Structure
end

#max_length_msInteger

Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1603

class AudioSpecification < Struct.new(
  :max_length_ms,
  :end_timeout_ms)
  SENSITIVE = []
  include Aws::Structure
end