Class: Aws::LexModelsV2::Types::AnalyticsIntentStageGroupByKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsIntentStageGroupByKey
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains the category by which the intent stage analytics and the values for that category were grouped.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A category by which the intent stage analytics were grouped.
-
#value ⇒ String
A member of the category by which the intent stage analytics were grouped.
Instance Attribute Details
#name ⇒ String
A category by which the intent stage analytics were grouped.
679 680 681 682 683 684 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 679 class AnalyticsIntentStageGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A member of the category by which the intent stage analytics were grouped.
679 680 681 682 683 684 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 679 class AnalyticsIntentStageGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |