| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSlotTypeVersionsResult> |
AbstractAmazonLexModelBuildingAsync.getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest request,
AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler) |
Future<GetSlotTypeVersionsResult> |
AmazonLexModelBuildingAsync.getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest,
AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler)
Gets information about all versions of a slot type.
|
Future<GetSlotTypeVersionsResult> |
AmazonLexModelBuildingAsyncClient.getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest request,
AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeVersionsRequest |
GetSlotTypeVersionsRequest.clone() |
GetSlotTypeVersionsRequest |
GetSlotTypeVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of slot type versions to return in the response.
|
GetSlotTypeVersionsRequest |
GetSlotTypeVersionsRequest.withName(String name)
The name of the slot type for which versions should be returned.
|
GetSlotTypeVersionsRequest |
GetSlotTypeVersionsRequest.withNextToken(String nextToken)
A pagination token for fetching the next page of slot type versions.
|
Copyright © 2023. All rights reserved.