CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.botId(String botId) |
The identifier for the bot associated with the slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.botVersion(String botVersion) |
The version of the bot associated with the slot type.
|
static CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.builder() |
|
default CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.compositeSlotTypeSetting(Consumer<CompositeSlotTypeSetting.Builder> compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.compositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the slot type was created.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.description(String description) |
The description specified for the slot type.
|
default CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.externalSourceSetting(Consumer<ExternalSourceSetting.Builder> externalSourceSetting) |
The type of external information used to create the slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.externalSourceSetting(ExternalSourceSetting externalSourceSetting) |
The type of external information used to create the slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.localeId(String localeId) |
The specified language and local specified for the slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.parentSlotTypeSignature(String parentSlotTypeSignature) |
The signature of the base slot type specified for the slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.slotTypeId(String slotTypeId) |
The unique identifier assigned to the slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.slotTypeName(String slotTypeName) |
The name specified for the slot type.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues) |
The list of values that the slot type can assume.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.slotTypeValues(Consumer<SlotTypeValue.Builder>... slotTypeValues) |
The list of values that the slot type can assume.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.slotTypeValues(SlotTypeValue... slotTypeValues) |
The list of values that the slot type can assume.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.toBuilder() |
|
default CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.valueSelectionSetting(Consumer<SlotValueSelectionSetting.Builder> valueSelectionSetting) |
The strategy that Amazon Lex uses to select a value from the list of possible values.
|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting) |
The strategy that Amazon Lex uses to select a value from the list of possible values.
|