| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SlotConstraint |
SlotConstraint.fromValue(String value)
Use this in place of valueOf.
|
static SlotConstraint |
SlotConstraint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlotConstraint[] |
SlotConstraint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSlotConstraint(SlotConstraint slotConstraint)
Specifies whether the slot is required or optional.
|
SlotSummary |
SlotSummary.withSlotConstraint(SlotConstraint slotConstraint)
Whether the slot is required or optional.
|
Copyright © 2021. All rights reserved.