Class: Aws::LexModelsV2::Types::AnalyticsIntentGroupByKey

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

Instance Attribute Details

#nameString

A category by which the intent analytics were grouped.

Returns:

  • (String)


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

#valueString

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

Returns:

  • (String)


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