| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSlotResult> |
AbstractAmazonLexModelsV2Async.createSlotAsync(CreateSlotRequest request,
AsyncHandler<CreateSlotRequest,CreateSlotResult> asyncHandler) |
Future<CreateSlotResult> |
AmazonLexModelsV2AsyncClient.createSlotAsync(CreateSlotRequest request,
AsyncHandler<CreateSlotRequest,CreateSlotResult> asyncHandler) |
Future<CreateSlotResult> |
AmazonLexModelsV2Async.createSlotAsync(CreateSlotRequest createSlotRequest,
AsyncHandler<CreateSlotRequest,CreateSlotResult> asyncHandler)
Creates a slot in an intent.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSlotRequest |
CreateSlotRequest.clone() |
CreateSlotRequest |
CreateSlotRequest.withBotId(String botId)
The identifier of the bot associated with the slot.
|
CreateSlotRequest |
CreateSlotRequest.withBotVersion(String botVersion)
The version of the bot associated with the slot.
|
CreateSlotRequest |
CreateSlotRequest.withDescription(String description)
A description of the slot.
|
CreateSlotRequest |
CreateSlotRequest.withIntentId(String intentId)
The identifier of the intent that contains the slot.
|
CreateSlotRequest |
CreateSlotRequest.withLocaleId(String localeId)
The identifier of the language and locale that the slot will be used in.
|
CreateSlotRequest |
CreateSlotRequest.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
CreateSlotRequest |
CreateSlotRequest.withObfuscationSetting(ObfuscationSetting obfuscationSetting)
Determines how slot values are used in Amazon CloudWatch logs.
|
CreateSlotRequest |
CreateSlotRequest.withSlotName(String slotName)
The name of the slot.
|
CreateSlotRequest |
CreateSlotRequest.withSlotTypeId(String slotTypeId)
The unique identifier for the slot type associated with this slot.
|
CreateSlotRequest |
CreateSlotRequest.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
CreateSlotRequest |
CreateSlotRequest.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
|
Copyright © 2024. All rights reserved.