public static interface AggregatedUtterancesSortBy.Builder extends SdkPojo, CopyableBuilder<AggregatedUtterancesSortBy.Builder,AggregatedUtterancesSortBy>
| Modifier and Type | Method and Description |
|---|---|
AggregatedUtterancesSortBy.Builder |
attribute(AggregatedUtterancesSortAttribute attribute)
The utterance attribute to sort by.
|
AggregatedUtterancesSortBy.Builder |
attribute(String attribute)
The utterance attribute to sort by.
|
AggregatedUtterancesSortBy.Builder |
order(SortOrder order)
Specifies whether to sort the aggregated utterances in ascending or descending order.
|
AggregatedUtterancesSortBy.Builder |
order(String order)
Specifies whether to sort the aggregated utterances in ascending or descending order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregatedUtterancesSortBy.Builder attribute(String attribute)
The utterance attribute to sort by.
attribute - The utterance attribute to sort by.AggregatedUtterancesSortAttribute,
AggregatedUtterancesSortAttributeAggregatedUtterancesSortBy.Builder attribute(AggregatedUtterancesSortAttribute attribute)
The utterance attribute to sort by.
attribute - The utterance attribute to sort by.AggregatedUtterancesSortAttribute,
AggregatedUtterancesSortAttributeAggregatedUtterancesSortBy.Builder order(String order)
Specifies whether to sort the aggregated utterances in ascending or descending order.
AggregatedUtterancesSortBy.Builder order(SortOrder order)
Specifies whether to sort the aggregated utterances in ascending or descending order.
Copyright © 2023. All rights reserved.