Class: Aws::LexModelsV2::Types::UtteranceDataSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UtteranceDataSortBy
- 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
-
#name ⇒ String
The measure by which to sort the utterance analytics data.
-
#order ⇒ String
Specifies whether to sort the results in ascending or descending order.
Instance Attribute Details
#name ⇒ String
The measure by which to sort the utterance analytics data.
Count
– The number of utterances.UtteranceTimestamp
– The date and time of the utterance.
15681 15682 15683 15684 15685 15686 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15681 class UtteranceDataSortBy < Struct.new( :name, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
Specifies whether to sort the results in ascending or descending order.
15681 15682 15683 15684 15685 15686 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15681 class UtteranceDataSortBy < Struct.new( :name, :order) SENSITIVE = [] include Aws::Structure end |