UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.botId(String botId) |
The identifier of the bot that contains the slot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.botVersion(String botVersion) |
The version of the bot 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.multipleValuesSetting(Consumer<MultipleValuesSetting.Builder> multipleValuesSetting) |
Indicates whether the slot accepts multiple values in one response.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting) |
Indicates whether the slot accepts multiple values in one response.
|
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.
|
default UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite slot.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.subSlotSetting(SubSlotSetting subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite 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.
|