| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeResult |
AmazonLexModelsV2Client.createSlotType(CreateSlotTypeRequest request)
Creates a custom slot type
|
CreateSlotTypeResult |
AmazonLexModelsV2.createSlotType(CreateSlotTypeRequest createSlotTypeRequest)
Creates a custom slot type
|
CreateSlotTypeResult |
AbstractAmazonLexModelsV2.createSlotType(CreateSlotTypeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSlotTypeResult> |
AbstractAmazonLexModelsV2Async.createSlotTypeAsync(CreateSlotTypeRequest request,
AsyncHandler<CreateSlotTypeRequest,CreateSlotTypeResult> asyncHandler) |
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
|
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeResult |
CreateSlotTypeResult.clone() |
CreateSlotTypeResult |
CreateSlotTypeResult.withBotId(String botId)
The identifier for the bot associated with the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withBotVersion(String botVersion)
The version of the bot associated with the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withCompositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting)
Specifications for a composite slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the slot type was created.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withDescription(String description)
The description specified for the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withExternalSourceSetting(ExternalSourceSetting externalSourceSetting)
The type of external information used to create the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withLocaleId(String localeId)
The specified language and local specified for the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withParentSlotTypeSignature(String parentSlotTypeSignature)
The signature of the base slot type specified for the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withSlotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withSlotTypeName(String slotTypeName)
The name specified for the slot type.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The list of values that the slot type can assume.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withSlotTypeValues(SlotTypeValue... slotTypeValues)
The list of values that the slot type can assume.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to select a value from the list of possible values.
|
Copyright © 2023. All rights reserved.