Class: Aws::LexModelsV2::Types::ConversationLogsDataSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::ConversationLogsDataSource
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The data source that uses conversation logs.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bot_alias_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The bot alias Id from the conversation logs. 
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The bot Id from the conversation logs. 
- 
  
    
      #filter  ⇒ Types::ConversationLogsDataSourceFilterBy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The filter for the data source of the conversation log. 
- 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The locale Id of the conversation log. 
Instance Attribute Details
#bot_alias_id ⇒ String
The bot alias Id from the conversation logs.
| 3284 3285 3286 3287 3288 3289 3290 3291 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3284 class ConversationLogsDataSource < Struct.new( :bot_id, :bot_alias_id, :locale_id, :filter) SENSITIVE = [] include Aws::Structure end | 
#bot_id ⇒ String
The bot Id from the conversation logs.
| 3284 3285 3286 3287 3288 3289 3290 3291 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3284 class ConversationLogsDataSource < Struct.new( :bot_id, :bot_alias_id, :locale_id, :filter) SENSITIVE = [] include Aws::Structure end | 
#filter ⇒ Types::ConversationLogsDataSourceFilterBy
The filter for the data source of the conversation log.
| 3284 3285 3286 3287 3288 3289 3290 3291 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3284 class ConversationLogsDataSource < Struct.new( :bot_id, :bot_alias_id, :locale_id, :filter) SENSITIVE = [] include Aws::Structure end | 
#locale_id ⇒ String
The locale Id of the conversation log.
| 3284 3285 3286 3287 3288 3289 3290 3291 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3284 class ConversationLogsDataSource < Struct.new( :bot_id, :bot_alias_id, :locale_id, :filter) SENSITIVE = [] include Aws::Structure end |