| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResult |
AbstractAmazonLexModelBuilding.getSlotType(GetSlotTypeRequest request) |
GetSlotTypeResult |
AmazonLexModelBuilding.getSlotType(GetSlotTypeRequest getSlotTypeRequest)
Returns information about a specific version of a slot type.
|
GetSlotTypeResult |
AmazonLexModelBuildingClient.getSlotType(GetSlotTypeRequest request)
Returns information about a specific version of a slot type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSlotTypeResult> |
AmazonLexModelBuildingAsyncClient.getSlotTypeAsync(GetSlotTypeRequest request) |
Future<GetSlotTypeResult> |
AmazonLexModelBuildingAsync.getSlotTypeAsync(GetSlotTypeRequest getSlotTypeRequest)
Returns information about a specific version of a slot type.
|
Future<GetSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.getSlotTypeAsync(GetSlotTypeRequest request) |
Future<GetSlotTypeResult> |
AmazonLexModelBuildingAsyncClient.getSlotTypeAsync(GetSlotTypeRequest request,
AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler) |
Future<GetSlotTypeResult> |
AmazonLexModelBuildingAsync.getSlotTypeAsync(GetSlotTypeRequest getSlotTypeRequest,
AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler)
Returns information about a specific version of a slot type.
|
Future<GetSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.getSlotTypeAsync(GetSlotTypeRequest request,
AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSlotTypeResult> |
AmazonLexModelBuildingAsyncClient.getSlotTypeAsync(GetSlotTypeRequest request,
AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler) |
Future<GetSlotTypeResult> |
AmazonLexModelBuildingAsync.getSlotTypeAsync(GetSlotTypeRequest getSlotTypeRequest,
AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler)
Returns information about a specific version of a slot type.
|
Future<GetSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.getSlotTypeAsync(GetSlotTypeRequest request,
AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResult |
GetSlotTypeResult.clone() |
GetSlotTypeResult |
GetSlotTypeResult.withChecksum(String checksum)
Checksum of the
$LATEST version of the slot type. |
GetSlotTypeResult |
GetSlotTypeResult.withCreatedDate(Date createdDate)
The date that the slot type was created.
|
GetSlotTypeResult |
GetSlotTypeResult.withDescription(String description)
A description of the slot type.
|
GetSlotTypeResult |
GetSlotTypeResult.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResult |
GetSlotTypeResult.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResult |
GetSlotTypeResult.withLastUpdatedDate(Date lastUpdatedDate)
The date that the slot type was updated.
|
GetSlotTypeResult |
GetSlotTypeResult.withName(String name)
The name of the slot type.
|
GetSlotTypeResult |
GetSlotTypeResult.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
GetSlotTypeResult |
GetSlotTypeResult.withValueSelectionStrategy(String valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
GetSlotTypeResult |
GetSlotTypeResult.withVersion(String version)
The version of the slot type.
|
Copyright © 2020. All rights reserved.