| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
PutSlotTypeResult |
AbstractAmazonLexModelBuilding.putSlotType(PutSlotTypeRequest request) |
PutSlotTypeResult |
AmazonLexModelBuilding.putSlotType(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
PutSlotTypeResult |
AmazonLexModelBuildingClient.putSlotType(PutSlotTypeRequest request)
Creates a custom slot type or replaces an existing custom slot type.
|
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsyncClient.putSlotTypeAsync(PutSlotTypeRequest request) |
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
Future<PutSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest request) |
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsyncClient.putSlotTypeAsync(PutSlotTypeRequest request,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler) |
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler)
Creates a custom slot type or replaces an existing custom slot type.
|
Future<PutSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest request,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsyncClient.putSlotTypeAsync(PutSlotTypeRequest request,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler) |
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler)
Creates a custom slot type or replaces an existing custom slot type.
|
Future<PutSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest request,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutSlotTypeRequest |
PutSlotTypeRequest.clone() |
PutSlotTypeRequest |
PutSlotTypeRequest.withChecksum(String checksum)
Identifies a specific revision of the
$LATEST version. |
PutSlotTypeRequest |
PutSlotTypeRequest.withCreateVersion(Boolean createVersion)
When set to
true a new numbered version of the slot type is created. |
PutSlotTypeRequest |
PutSlotTypeRequest.withDescription(String description)
A description of the slot type.
|
PutSlotTypeRequest |
PutSlotTypeRequest.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest |
PutSlotTypeRequest.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest |
PutSlotTypeRequest.withName(String name)
The name of the slot type.
|
PutSlotTypeRequest |
PutSlotTypeRequest.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
PutSlotTypeRequest |
PutSlotTypeRequest.withValueSelectionStrategy(String valueSelectionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
Copyright © 2020. All rights reserved.