| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeVersionResult |
AmazonLexModelBuildingClient.createSlotTypeVersion(CreateSlotTypeVersionRequest request)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
CreateSlotTypeVersionResult |
AmazonLexModelBuilding.createSlotTypeVersion(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
CreateSlotTypeVersionResult |
AbstractAmazonLexModelBuilding.createSlotTypeVersion(CreateSlotTypeVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSlotTypeVersionResult> |
AbstractAmazonLexModelBuildingAsync.createSlotTypeVersionAsync(CreateSlotTypeVersionRequest request,
AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler) |
Future<CreateSlotTypeVersionResult> |
AmazonLexModelBuildingAsync.createSlotTypeVersionAsync(CreateSlotTypeVersionRequest createSlotTypeVersionRequest,
AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
Future<CreateSlotTypeVersionResult> |
AmazonLexModelBuildingAsyncClient.createSlotTypeVersionAsync(CreateSlotTypeVersionRequest request,
AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.clone() |
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withChecksum(String checksum)
Checksum of the
$LATEST version of the slot type. |
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withCreatedDate(Date createdDate)
The date that the slot type was created.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withDescription(String description)
A description of the slot type.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withLastUpdatedDate(Date lastUpdatedDate)
The date that the slot type was updated.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withName(String name)
The name of the slot type.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withParentSlotTypeSignature(String parentSlotTypeSignature)
The built-in slot type used a the parent of the slot type.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withSlotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withValueSelectionStrategy(String valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withVersion(String version)
The version assigned to the new slot type version.
|
Copyright © 2023. All rights reserved.