| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
SlotTypeConfiguration |
SlotTypeConfiguration.clone() |
SlotTypeConfiguration |
SlotTypeConfiguration.withRegexConfiguration(SlotTypeRegexConfiguration regexConfiguration)
A regular expression used to validate the value of a slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotTypeConfiguration> |
PutSlotTypeResult.getSlotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
List<SlotTypeConfiguration> |
PutSlotTypeRequest.getSlotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
List<SlotTypeConfiguration> |
GetSlotTypeResult.getSlotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
List<SlotTypeConfiguration> |
CreateSlotTypeVersionResult.getSlotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
| Modifier and Type | Method and Description |
|---|---|
PutSlotTypeResult |
PutSlotTypeResult.withSlotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest |
PutSlotTypeRequest.withSlotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
GetSlotTypeResult |
GetSlotTypeResult.withSlotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withSlotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutSlotTypeResult.setSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
void |
PutSlotTypeRequest.setSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
void |
GetSlotTypeResult.setSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
void |
CreateSlotTypeVersionResult.setSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResult |
PutSlotTypeResult.withSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest |
PutSlotTypeRequest.withSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
GetSlotTypeResult |
GetSlotTypeResult.withSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withSlotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
Copyright © 2023. All rights reserved.