| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static SlotTypeRegexConfiguration.Builder |
SlotTypeRegexConfiguration.builder() |
SlotTypeRegexConfiguration.Builder |
SlotTypeRegexConfiguration.Builder.pattern(String pattern)
A regular expression used to validate the value of a slot.
|
SlotTypeRegexConfiguration.Builder |
SlotTypeRegexConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SlotTypeRegexConfiguration.Builder> |
SlotTypeRegexConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SlotTypeConfiguration.Builder |
SlotTypeConfiguration.Builder.regexConfiguration(Consumer<SlotTypeRegexConfiguration.Builder> regexConfiguration)
A regular expression used to validate the value of a slot.
|
Copyright © 2023. All rights reserved.