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