| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutSlotTypeResponse> |
LexModelBuildingAsyncClient.putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
default PutSlotTypeResponse |
LexModelBuildingClient.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)
Sets the value of the CreateVersion property for this object.
|
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.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 © 2019. All rights reserved.