Class: Aws::LexModelsV2::Types::AnalyticsSessionGroupByKey

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The category by which the session analytics were grouped.

Returns:

  • (String)


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

#valueString

A member of the category by which the session analytics were grouped.

Returns:

  • (String)


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