| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSlotResponse |
LexModelsV2Client.updateSlot(Consumer<UpdateSlotRequest.Builder> updateSlotRequest)
Updates the settings for a slot.
|
default CompletableFuture<UpdateSlotResponse> |
LexModelsV2AsyncClient.updateSlot(Consumer<UpdateSlotRequest.Builder> updateSlotRequest)
Updates the settings for a slot.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.botId(String botId)
The unique identifier of the bot that contains the slot.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.botVersion(String botVersion)
The version of the bot that contains the slot.
|
static UpdateSlotRequest.Builder |
UpdateSlotRequest.builder() |
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.description(String description)
The new description for the slot.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.intentId(String intentId)
The identifier of the intent that contains the slot.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.localeId(String localeId)
The identifier of the language and locale that contains the slot.
|
default UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.multipleValuesSetting(Consumer<MultipleValuesSetting.Builder> multipleValuesSetting)
Determines whether the slot accepts multiple values in one response.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Determines whether the slot accepts multiple values in one response.
|
default UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.obfuscationSetting(Consumer<ObfuscationSetting.Builder> obfuscationSetting)
New settings that determine how slot values are formatted in Amazon CloudWatch logs.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.obfuscationSetting(ObfuscationSetting obfuscationSetting)
New settings that determine how slot values are formatted in Amazon CloudWatch logs.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.slotId(String slotId)
The unique identifier for the slot to update.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.slotName(String slotName)
The new name for the slot.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.slotTypeId(String slotTypeId)
The unique identifier of the new slot type to associate with this slot.
|
default UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.subSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.toBuilder() |
default UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.valueElicitationSetting(Consumer<SlotValueElicitationSetting.Builder> valueElicitationSetting)
A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the
slot.
|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the
slot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSlotRequest.Builder> |
UpdateSlotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.