Class: Aws::LexModelsV2::Types::ConversationLogSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::ConversationLogSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      3257 3258 3259 3260 3261 3262  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3257 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.
      3257 3258 3259 3260 3261 3262  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3257 class ConversationLogSettings < Struct.new( :text_log_settings, :audio_log_settings) SENSITIVE = [] include Aws::Structure end  |