public static interface BuiltInIntentSortBy.Builder extends SdkPojo, CopyableBuilder<BuiltInIntentSortBy.Builder,BuiltInIntentSortBy>
| Modifier and Type | Method and Description |
|---|---|
BuiltInIntentSortBy.Builder |
attribute(BuiltInIntentSortAttribute attribute)
The attribute to use to sort the list of built-in intents.
|
BuiltInIntentSortBy.Builder |
attribute(String attribute)
The attribute to use to sort the list of built-in intents.
|
BuiltInIntentSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
BuiltInIntentSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBuiltInIntentSortBy.Builder attribute(String attribute)
The attribute to use to sort the list of built-in intents.
attribute - The attribute to use to sort the list of built-in intents.BuiltInIntentSortAttribute,
BuiltInIntentSortAttributeBuiltInIntentSortBy.Builder attribute(BuiltInIntentSortAttribute attribute)
The attribute to use to sort the list of built-in intents.
attribute - The attribute to use to sort the list of built-in intents.BuiltInIntentSortAttribute,
BuiltInIntentSortAttributeBuiltInIntentSortBy.Builder order(String order)
The order to sort the list. You can specify ascending or descending order.
BuiltInIntentSortBy.Builder order(SortOrder order)
The order to sort the list. You can specify ascending or descending order.
Copyright © 2023. All rights reserved.