Class: Aws::LexModelsV2::Types::AnalyticsSessionGroupBySpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::AnalyticsSessionGroupBySpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains the category by which to group the sessions.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to group the session by their end state or their locale.
 
Instance Attribute Details
#name ⇒ String
Specifies whether to group the session by their end state or their locale.
      1048 1049 1050 1051 1052  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1048 class AnalyticsSessionGroupBySpecification < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |