| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSlotTypeResult> |
AmazonLexModelsV2AsyncClient.createSlotTypeAsync(CreateSlotTypeRequest request,
AsyncHandler<CreateSlotTypeRequest,CreateSlotTypeResult> asyncHandler) |
Future<CreateSlotTypeResult> |
AmazonLexModelsV2Async.createSlotTypeAsync(CreateSlotTypeRequest createSlotTypeRequest,
AsyncHandler<CreateSlotTypeRequest,CreateSlotTypeResult> asyncHandler)
Creates a custom slot type
|
Future<CreateSlotTypeResult> |
AbstractAmazonLexModelsV2Async.createSlotTypeAsync(CreateSlotTypeRequest request,
AsyncHandler<CreateSlotTypeRequest,CreateSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeRequest |
CreateSlotTypeRequest.clone() |
CreateSlotTypeRequest |
CreateSlotTypeRequest.withBotId(String botId)
The identifier of the bot associated with this slot type.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withBotVersion(String botVersion)
The identifier of the bot version associated with this slot type.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withDescription(String description)
A description of the slot type.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withExternalSourceSetting(ExternalSourceSetting externalSourceSetting)
Sets the type of external information used to create the slot type.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withLocaleId(String localeId)
The identifier of the language and locale that the slot type will be used in.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withParentSlotTypeSignature(String parentSlotTypeSignature)
The built-in slot type used as a parent of this slot type.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withSlotTypeName(String slotTypeName)
The name for the slot.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
CreateSlotTypeRequest |
CreateSlotTypeRequest.withSlotTypeValues(SlotTypeValue... slotTypeValues)
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
CreateSlotTypeRequest |
CreateSlotTypeRequest.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|
Copyright © 2022. All rights reserved.