| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSlotTypeResponse> |
LexModelsV2AsyncClient.createSlotType(Consumer<CreateSlotTypeRequest.Builder> createSlotTypeRequest)
Creates a custom slot type
|
default CreateSlotTypeResponse |
LexModelsV2Client.createSlotType(Consumer<CreateSlotTypeRequest.Builder> createSlotTypeRequest)
Creates a custom slot type
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSlotTypeRequest.Builder> |
CreateSlotTypeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.