| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesResult |
AmazonLexModelsV2Client.listSlotTypes(ListSlotTypesRequest request)
Gets a list of slot types that match the specified criteria.
|
ListSlotTypesResult |
AbstractAmazonLexModelsV2.listSlotTypes(ListSlotTypesRequest request) |
ListSlotTypesResult |
AmazonLexModelsV2.listSlotTypes(ListSlotTypesRequest listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSlotTypesResult> |
AmazonLexModelsV2AsyncClient.listSlotTypesAsync(ListSlotTypesRequest request,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler) |
Future<ListSlotTypesResult> |
AmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest listSlotTypesRequest,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler)
Gets a list of slot types that match the specified criteria.
|
Future<ListSlotTypesResult> |
AbstractAmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest request,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesResult |
ListSlotTypesResult.clone() |
ListSlotTypesResult |
ListSlotTypesResult.withBotId(String botId)
The identifier of the bot that contains the slot types.
|
ListSlotTypesResult |
ListSlotTypesResult.withBotVersion(String botVersion)
The version of the bot that contains the slot types.
|
ListSlotTypesResult |
ListSlotTypesResult.withLocaleId(String localeId)
The language and local of the slot types in the list.
|
ListSlotTypesResult |
ListSlotTypesResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListSlotTypes
operation. |
ListSlotTypesResult |
ListSlotTypesResult.withSlotTypeSummaries(Collection<SlotTypeSummary> slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
ListSlotTypesResult |
ListSlotTypesResult.withSlotTypeSummaries(SlotTypeSummary... slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
Copyright © 2024. All rights reserved.