UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.botId(String botId) |
The identifier of the bot that contains the slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.botVersion(String botVersion) |
The version of the bot that contains the slot type.
|
static UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.builder() |
|
default UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.compositeSlotTypeSetting(Consumer<CompositeSlotTypeSetting.Builder> compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.compositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.creationDateTime(Instant creationDateTime) |
The timestamp of the date and time that the slot type was created.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.description(String description) |
The updated description of the slot type.
|
default UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.externalSourceSetting(Consumer<ExternalSourceSetting.Builder> externalSourceSetting) |
Sets the value of the ExternalSourceSetting property for this object.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.externalSourceSetting(ExternalSourceSetting externalSourceSetting) |
Sets the value of the ExternalSourceSetting property for this object.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
A timestamp of the date and time that the slot type was last updated.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.localeId(String localeId) |
The language and locale of the updated slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.parentSlotTypeSignature(String parentSlotTypeSignature) |
The updated signature of the built-in slot type that is the parent of this slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.slotTypeId(String slotTypeId) |
The unique identifier of the updated slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.slotTypeName(String slotTypeName) |
The updated name of the slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues) |
The updated values that the slot type provides.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.slotTypeValues(Consumer<SlotTypeValue.Builder>... slotTypeValues) |
The updated values that the slot type provides.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.slotTypeValues(SlotTypeValue... slotTypeValues) |
The updated values that the slot type provides.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.toBuilder() |
|
default UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.valueSelectionSetting(Consumer<SlotValueSelectionSetting.Builder> valueSelectionSetting) |
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting) |
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|