| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypesResult |
AbstractAmazonLexModelBuilding.getSlotTypes(GetSlotTypesRequest request) |
GetSlotTypesResult |
AmazonLexModelBuilding.getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
GetSlotTypesResult |
AmazonLexModelBuildingClient.getSlotTypes(GetSlotTypesRequest request)
Returns slot type information as follows:
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSlotTypesResult> |
AmazonLexModelBuildingAsyncClient.getSlotTypesAsync(GetSlotTypesRequest request,
AsyncHandler<GetSlotTypesRequest,GetSlotTypesResult> asyncHandler) |
Future<GetSlotTypesResult> |
AmazonLexModelBuildingAsync.getSlotTypesAsync(GetSlotTypesRequest getSlotTypesRequest,
AsyncHandler<GetSlotTypesRequest,GetSlotTypesResult> asyncHandler)
Returns slot type information as follows:
|
Future<GetSlotTypesResult> |
AbstractAmazonLexModelBuildingAsync.getSlotTypesAsync(GetSlotTypesRequest request,
AsyncHandler<GetSlotTypesRequest,GetSlotTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypesResult |
GetSlotTypesResult.clone() |
GetSlotTypesResult |
GetSlotTypesResult.withNextToken(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.
|
GetSlotTypesResult |
GetSlotTypesResult.withSlotTypes(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.
|
GetSlotTypesResult |
GetSlotTypesResult.withSlotTypes(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.
|
Copyright © 2020. All rights reserved.