UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.botId(String botId) |
The identifier of the bot that contains the slot type.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.botVersion(String botVersion) |
The version of the bot that contains the slot type.
|
static UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.builder() |
|
default UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.compositeSlotTypeSetting(Consumer<CompositeSlotTypeSetting.Builder> compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.compositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.description(String description) |
The new description of the slot type.
|
default UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.externalSourceSetting(Consumer<ExternalSourceSetting.Builder> externalSourceSetting) |
Sets the value of the ExternalSourceSetting property for this object.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.externalSourceSetting(ExternalSourceSetting externalSourceSetting) |
Sets the value of the ExternalSourceSetting property for this object.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.localeId(String localeId) |
The identifier of the language and locale that contains the slot type.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.parentSlotTypeSignature(String parentSlotTypeSignature) |
The new built-in slot type that should be used as the parent of this slot type.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.slotTypeId(String slotTypeId) |
The unique identifier of the slot type to update.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.slotTypeName(String slotTypeName) |
The new name of the slot type.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues) |
A new list of values and their optional synonyms that define the values that the slot type can take.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.slotTypeValues(Consumer<SlotTypeValue.Builder>... slotTypeValues) |
A new list of values and their optional synonyms that define the values that the slot type can take.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.slotTypeValues(SlotTypeValue... slotTypeValues) |
A new list of values and their optional synonyms that define the values that the slot type can take.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.toBuilder() |
|
default UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.valueSelectionSetting(Consumer<SlotValueSelectionSetting.Builder> valueSelectionSetting) |
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting) |
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|