Class: Aws::LexModelsV2::Types::AnalyticsIntentStageGroupByKey

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 stage analytics and the values for that category were grouped.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A category by which the intent stage analytics were grouped.

Returns:

  • (String)


679
680
681
682
683
684
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 679

class AnalyticsIntentStageGroupByKey < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

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

Returns:

  • (String)


679
680
681
682
683
684
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 679

class AnalyticsIntentStageGroupByKey < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end