public static interface BuiltInSlotTypeSortBy.Builder extends SdkPojo, CopyableBuilder<BuiltInSlotTypeSortBy.Builder,BuiltInSlotTypeSortBy>
| Modifier and Type | Method and Description |
|---|---|
BuiltInSlotTypeSortBy.Builder |
attribute(BuiltInSlotTypeSortAttribute attribute)
The attribute to use to sort the list of built-in intents.
|
BuiltInSlotTypeSortBy.Builder |
attribute(String attribute)
The attribute to use to sort the list of built-in intents.
|
BuiltInSlotTypeSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
BuiltInSlotTypeSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBuiltInSlotTypeSortBy.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.BuiltInSlotTypeSortAttribute,
BuiltInSlotTypeSortAttributeBuiltInSlotTypeSortBy.Builder attribute(BuiltInSlotTypeSortAttribute 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.BuiltInSlotTypeSortAttribute,
BuiltInSlotTypeSortAttributeBuiltInSlotTypeSortBy.Builder order(String order)
The order to sort the list. You can choose ascending or descending.
BuiltInSlotTypeSortBy.Builder order(SortOrder order)
The order to sort the list. You can choose ascending or descending.
Copyright © 2023. All rights reserved.