| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotResult |
AbstractAmazonLexModelsV2.createSlot(CreateSlotRequest request) |
CreateSlotResult |
AmazonLexModelsV2.createSlot(CreateSlotRequest createSlotRequest)
Creates a slot in an intent.
|
CreateSlotResult |
AmazonLexModelsV2Client.createSlot(CreateSlotRequest request)
Creates a slot in an intent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSlotResult> |
AbstractAmazonLexModelsV2Async.createSlotAsync(CreateSlotRequest request) |
Future<CreateSlotResult> |
AmazonLexModelsV2AsyncClient.createSlotAsync(CreateSlotRequest request) |
Future<CreateSlotResult> |
AmazonLexModelsV2Async.createSlotAsync(CreateSlotRequest createSlotRequest)
Creates a slot in an intent.
|
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 |
|---|---|
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 |
|---|---|
CreateSlotResult |
CreateSlotResult.clone() |
CreateSlotResult |
CreateSlotResult.withBotId(String botId)
The unique identifier of the bot associated with the slot.
|
CreateSlotResult |
CreateSlotResult.withBotVersion(String botVersion)
The version of the bot associated with the slot.
|
CreateSlotResult |
CreateSlotResult.withCreationDateTime(Date creationDateTime)
The timestamp of the date and time that the slot was created.
|
CreateSlotResult |
CreateSlotResult.withDescription(String description)
The description associated with the slot.
|
CreateSlotResult |
CreateSlotResult.withIntentId(String intentId)
The unique identifier of the intent associated with the slot.
|
CreateSlotResult |
CreateSlotResult.withLocaleId(String localeId)
The language and local specified for the slot.
|
CreateSlotResult |
CreateSlotResult.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot returns multiple values in one response.
|
CreateSlotResult |
CreateSlotResult.withObfuscationSetting(ObfuscationSetting obfuscationSetting)
Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
|
CreateSlotResult |
CreateSlotResult.withSlotId(String slotId)
The unique identifier associated with the slot.
|
CreateSlotResult |
CreateSlotResult.withSlotName(String slotName)
The name specified for the slot.
|
CreateSlotResult |
CreateSlotResult.withSlotTypeId(String slotTypeId)
The unique identifier of the slot type associated with this slot.
|
CreateSlotResult |
CreateSlotResult.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The value elicitation settings specified for the slot.
|
Copyright © 2021. All rights reserved.