Class: Aws::LexModelsV2::Types::AnalyticsUtteranceGroupBySpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::AnalyticsUtteranceGroupBySpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains the category by which to group the utterances.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to group the utterances by their text or their state.
 
Instance Attribute Details
#name ⇒ String
Specifies whether to group the utterances by their text or their state.
      1346 1347 1348 1349 1350  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1346 class AnalyticsUtteranceGroupBySpecification < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |