Class: Aws::LexModelsV2::Types::AnalyticsUtteranceGroupByKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsUtteranceGroupByKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains the category by which the utterance analytics were grouped and the values for that category.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The category by which the utterance analytics were grouped.
-
#value ⇒ String
A member of the category by which the utterance analytics were grouped.
Instance Attribute Details
#name ⇒ String
The category by which the utterance analytics were grouped.
1330 1331 1332 1333 1334 1335 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1330 class AnalyticsUtteranceGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A member of the category by which the utterance analytics were grouped.
1330 1331 1332 1333 1334 1335 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1330 class AnalyticsUtteranceGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |