Class: Aws::LexModelsV2::Types::AnalyticsIntentGroupBySpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsIntentGroupBySpecification
- Defined in:
- gems/aws-sdk-lexmodelsv2/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 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 395 class AnalyticsIntentGroupBySpecification < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |