Class: Aws::LexModelsV2::Types::AnalyticsSessionGroupByKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsSessionGroupByKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains the category by which the session analytics were grouped and a member of that category.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The category by which the session analytics were grouped.
-
#value ⇒ String
A member of the category by which the session analytics were grouped.
Instance Attribute Details
#name ⇒ String
The category by which the session analytics were grouped.
1032 1033 1034 1035 1036 1037 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1032 class AnalyticsSessionGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A member of the category by which the session analytics were grouped.
1032 1033 1034 1035 1036 1037 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1032 class AnalyticsSessionGroupByKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |