Class: Aws::LexModelsV2::Types::AnalyticsUtteranceGroupByKey

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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

Instance Attribute Details

#nameString

The category by which the utterance analytics were grouped.

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1330

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

#valueString

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

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1330

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