Class: Aws::LexModelsV2::Types::AnalyticsIntentStageGroupBySpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsIntentStageGroupBySpecification
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains the category by which to group the intent stages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Specifies whether to group the intent stages by their name or the intent to which the session was switched.
Instance Attribute Details
#name ⇒ String
Specifies whether to group the intent stages by their name or the intent to which the session was switched.
695 696 697 698 699 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 695 class AnalyticsIntentStageGroupBySpecification < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |