Class: Aws::LexModelsV2::Types::ConversationLogSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ConversationLogSettings
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Configures conversation logging that saves audio, text, and metadata for the conversations with your users.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_log_settings ⇒ Array<Types::AudioLogSetting>
The Amazon S3 settings for logging audio to an S3 bucket.
-
#text_log_settings ⇒ Array<Types::TextLogSetting>
The Amazon CloudWatch Logs settings for logging text and metadata.
Instance Attribute Details
#audio_log_settings ⇒ Array<Types::AudioLogSetting>
The Amazon S3 settings for logging audio to an S3 bucket.
1524 1525 1526 1527 1528 1529 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1524 class ConversationLogSettings < Struct.new( :text_log_settings, :audio_log_settings) SENSITIVE = [] include Aws::Structure end |
#text_log_settings ⇒ Array<Types::TextLogSetting>
The Amazon CloudWatch Logs settings for logging text and metadata.
1524 1525 1526 1527 1528 1529 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1524 class ConversationLogSettings < Struct.new( :text_log_settings, :audio_log_settings) SENSITIVE = [] include Aws::Structure end |