| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.botId(String botId)
The identifier of the bot that contains the slot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.botVersion(String botVersion)
The identifier of the slot version that contains the slot.
|
static UpdateSlotResponse.Builder |
UpdateSlotResponse.builder() |
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.creationDateTime(Instant creationDateTime)
The timestamp of the date and time that the slot was created.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.description(String description)
The updated description of the bot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.intentId(String intentId)
The intent that contains the slot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The timestamp of the date and time that the slot was last updated.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.localeId(String localeId)
The locale that contains the slot.
|
default UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.obfuscationSetting(Consumer<ObfuscationSetting.Builder> obfuscationSetting)
The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.obfuscationSetting(ObfuscationSetting obfuscationSetting)
The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.slotId(String slotId)
The unique identifier of the slot that was updated.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.slotName(String slotName)
The updated name of the slot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.slotTypeId(String slotTypeId)
The updated identifier of the slot type that provides values for the slot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.toBuilder() |
default UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.valueElicitationSetting(Consumer<SlotValueElicitationSetting.Builder> valueElicitationSetting)
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the
slot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the
slot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSlotResponse.Builder> |
UpdateSlotResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.