Class: Aws::LexModelsV2::Types::UtteranceDataSortBy

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

Overview

An object specifying the measure and method by which to sort the utterance data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The measure by which to sort the utterance analytics data.

  • Count – The number of utterances.

  • UtteranceTimestamp – The date and time of the utterance.

Returns:

  • (String)


15608
15609
15610
15611
15612
15613
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15608

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

#orderString

Specifies whether to sort the results in ascending or descending order.

Returns:

  • (String)


15608
15609
15610
15611
15612
15613
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15608

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