Class: Aws::LexModelsV2::Types::AnalyticsUtteranceGroupBySpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains the category by which to group the utterances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Specifies whether to group the utterances by their text or their state.

Returns:

  • (String)


1346
1347
1348
1349
1350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1346

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