| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static GetSlotTypesResponse.Builder |
GetSlotTypesResponse.builder() |
GetSlotTypesResponse.Builder |
GetSlotTypesResponse.Builder.nextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to
fetch the next page of slot types.
|
GetSlotTypesResponse.Builder |
GetSlotTypesResponse.Builder.slotTypes(Collection<SlotTypeMetadata> slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
GetSlotTypesResponse.Builder |
GetSlotTypesResponse.Builder.slotTypes(Consumer<SlotTypeMetadata.Builder>... slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
GetSlotTypesResponse.Builder |
GetSlotTypesResponse.Builder.slotTypes(SlotTypeMetadata... slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
GetSlotTypesResponse.Builder |
GetSlotTypesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSlotTypesResponse.Builder> |
GetSlotTypesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.