CreateSlotResponse.Builder |
CreateSlotResponse.Builder.botId(String botId) |
The unique identifier of the bot associated with the slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.botVersion(String botVersion) |
The version of the bot associated with the slot.
|
static CreateSlotResponse.Builder |
CreateSlotResponse.builder() |
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.creationDateTime(Instant creationDateTime) |
The timestamp of the date and time that the slot was created.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.description(String description) |
The description associated with the slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.intentId(String intentId) |
The unique identifier of the intent associated with the slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.localeId(String localeId) |
The language and local specified for the slot.
|
default CreateSlotResponse.Builder |
CreateSlotResponse.Builder.multipleValuesSetting(Consumer<MultipleValuesSetting.Builder> multipleValuesSetting) |
Indicates whether the slot returns multiple values in one response.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting) |
Indicates whether the slot returns multiple values in one response.
|
default CreateSlotResponse.Builder |
CreateSlotResponse.Builder.obfuscationSetting(Consumer<ObfuscationSetting.Builder> obfuscationSetting) |
Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.obfuscationSetting(ObfuscationSetting obfuscationSetting) |
Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.slotId(String slotId) |
The unique identifier associated with the slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.slotName(String slotName) |
The name specified for the slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.slotTypeId(String slotTypeId) |
The unique identifier of the slot type associated with this slot.
|
default CreateSlotResponse.Builder |
CreateSlotResponse.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.subSlotSetting(SubSlotSetting subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.toBuilder() |
|
default CreateSlotResponse.Builder |
CreateSlotResponse.Builder.valueElicitationSetting(Consumer<SlotValueElicitationSetting.Builder> valueElicitationSetting) |
The value elicitation settings specified for the slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting) |
The value elicitation settings specified for the slot.
|