| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSlotTypeResponse.Builder> |
UpdateSlotTypeResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.