Class: Aws::LexModelsV2::Types::AudioLogSetting

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

Overview

Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::AudioLogDestination

The location of audio log files collected when conversation logging is enabled for a bot.



1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1581

class AudioLogSetting < Struct.new(
  :enabled,
  :destination,
  :selective_logging_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Determines whether audio logging in enabled for the bot.

Returns:

  • (Boolean)


1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1581

class AudioLogSetting < Struct.new(
  :enabled,
  :destination,
  :selective_logging_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#selective_logging_enabledBoolean

The option to enable selective conversation log capture for audio.

Returns:

  • (Boolean)


1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1581

class AudioLogSetting < Struct.new(
  :enabled,
  :destination,
  :selective_logging_enabled)
  SENSITIVE = []
  include Aws::Structure
end