Class: Aws::LexModelsV2::Types::AggregatedUtterancesSortBy

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

Overview

Specifies attributes for sorting a list of utterances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The utterance attribute to sort by.

Returns:

  • (String)


134
135
136
137
138
139
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 134

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

#orderString

Specifies whether to sort the aggregated utterances in ascending or descending order.

Returns:

  • (String)


134
135
136
137
138
139
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 134

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