Class: Aws::LexModelsV2::Types::AnalyticsIntentGroupBySpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::AnalyticsIntentGroupBySpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains the category by which to group the intents.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to group the intent stages by their name or their end state.
 
Instance Attribute Details
#name ⇒ String
Specifies whether to group the intent stages by their name or their end state.
      395 396 397 398 399  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 395 class AnalyticsIntentGroupBySpecification < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |