CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.botId(String botId) |
The identifier of the bot associated with this slot type.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.botVersion(String botVersion) |
The identifier of the bot version associated with this slot type.
|
static CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.builder() |
|
default CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.compositeSlotTypeSetting(Consumer<CompositeSlotTypeSetting.Builder> compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.compositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting) |
Specifications for a composite slot type.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.description(String description) |
A description of the slot type.
|
default CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.externalSourceSetting(Consumer<ExternalSourceSetting.Builder> externalSourceSetting) |
Sets the type of external information used to create the slot type.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.externalSourceSetting(ExternalSourceSetting externalSourceSetting) |
Sets the type of external information used to create the slot type.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.localeId(String localeId) |
The identifier of the language and locale that the slot type will be used in.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.parentSlotTypeSignature(String parentSlotTypeSignature) |
The built-in slot type used as a parent of this slot type.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.slotTypeName(String slotTypeName) |
The name for the slot.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues) |
A list of SlotTypeValue objects that defines the values that the slot type can take.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.slotTypeValues(Consumer<SlotTypeValue.Builder>... slotTypeValues) |
A list of SlotTypeValue objects that defines the values that the slot type can take.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.slotTypeValues(SlotTypeValue... slotTypeValues) |
A list of SlotTypeValue objects that defines the values that the slot type can take.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.toBuilder() |
|
default CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.valueSelectionSetting(Consumer<SlotValueSelectionSetting.Builder> valueSelectionSetting) |
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting) |
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|