Class: Aws::LexModelsV2::Types::AnalyticsIntentGroupByKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsIntentGroupByKey
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains the category by which the intent analytics were grouped and a member of that category.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A category by which the intent analytics were grouped.
-
#value ⇒ String
A member of the category by which the intent analytics were grouped.
Instance Attribute Details
#name ⇒ String
A category by which the intent analytics were grouped.
379 380 381 382 383 384 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 379 class AnalyticsIntentGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A member of the category by which the intent analytics were grouped.
379 380 381 382 383 384 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 379 class AnalyticsIntentGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |