| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
PutSlotTypeResult |
AmazonLexModelBuildingClient.putSlotType(PutSlotTypeRequest request)
Creates a custom slot type or replaces an existing custom slot type.
|
PutSlotTypeResult |
AmazonLexModelBuilding.putSlotType(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
PutSlotTypeResult |
AbstractAmazonLexModelBuilding.putSlotType(PutSlotTypeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest request) |
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsync.putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
Future<PutSlotTypeResult> |
AmazonLexModelBuildingAsyncClient.putSlotTypeAsync(PutSlotTypeRequest request) |
Future<PutSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.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> |
AmazonLexModelBuildingAsyncClient.putSlotTypeAsync(PutSlotTypeRequest request,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutSlotTypeResult> |
AbstractAmazonLexModelBuildingAsync.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> |
AmazonLexModelBuildingAsyncClient.putSlotTypeAsync(PutSlotTypeRequest request,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutSlotTypeResult |
PutSlotTypeResult.clone() |
PutSlotTypeResult |
PutSlotTypeResult.withChecksum(String checksum)
Checksum of the
$LATEST version of the slot type. |
PutSlotTypeResult |
PutSlotTypeResult.withCreatedDate(Date createdDate)
The date that the slot type was created.
|
PutSlotTypeResult |
PutSlotTypeResult.withCreateVersion(Boolean createVersion)
True if a new version of the slot type was created. |
PutSlotTypeResult |
PutSlotTypeResult.withDescription(String description)
A description of the slot type.
|
PutSlotTypeResult |
PutSlotTypeResult.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResult |
PutSlotTypeResult.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResult |
PutSlotTypeResult.withLastUpdatedDate(Date lastUpdatedDate)
The date that the slot type was updated.
|
PutSlotTypeResult |
PutSlotTypeResult.withName(String name)
The name of the slot type.
|
PutSlotTypeResult |
PutSlotTypeResult.withParentSlotTypeSignature(String parentSlotTypeSignature)
The built-in slot type used as the parent of the slot type.
|
PutSlotTypeResult |
PutSlotTypeResult.withSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResult |
PutSlotTypeResult.withSlotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResult |
PutSlotTypeResult.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeResult |
PutSlotTypeResult.withValueSelectionStrategy(String valueSelectionStrategy)
The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeResult |
PutSlotTypeResult.withVersion(String version)
The version of the slot type.
|
Copyright © 2023. All rights reserved.