| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default PutSlotTypeResponse |
LexModelBuildingClient.putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
default CompletableFuture<PutSlotTypeResponse> |
LexModelBuildingAsyncClient.putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
| Modifier and Type | Method and Description |
|---|---|
static PutSlotTypeRequest.Builder |
PutSlotTypeRequest.builder() |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.checksum(String checksum)
Identifies a specific revision of the
$LATEST version. |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.createVersion(Boolean createVersion)
When set to
true a new numbered version of the slot type is created. |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.description(String description)
A description of the slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(Consumer<EnumerationValue.Builder>... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.name(String name)
The name of the slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.parentSlotTypeSignature(String parentSlotTypeSignature)
The built-in slot type used as the parent of the slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(Consumer<SlotTypeConfiguration.Builder>... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.toBuilder() |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.valueSelectionStrategy(String valueSelectionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutSlotTypeRequest.Builder> |
PutSlotTypeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.