| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotSummary |
SlotSummary.clone() |
SlotSummary |
SlotSummary.withDescription(String description)
The description of the slot.
|
SlotSummary |
SlotSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The timestamp of the last date and time that the slot was updated.
|
SlotSummary |
SlotSummary.withSlotConstraint(SlotConstraint slotConstraint)
Whether the slot is required or optional.
|
SlotSummary |
SlotSummary.withSlotConstraint(String slotConstraint)
Whether the slot is required or optional.
|
SlotSummary |
SlotSummary.withSlotId(String slotId)
The unique identifier of the slot.
|
SlotSummary |
SlotSummary.withSlotName(String slotName)
The name given to the slot.
|
SlotSummary |
SlotSummary.withSlotTypeId(String slotTypeId)
The unique identifier for the slot type that defines the values for the slot.
|
SlotSummary |
SlotSummary.withValueElicitationPromptSpecification(PromptSpecification valueElicitationPromptSpecification)
Prompts that are sent to the user to elicit a value for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotSummary> |
ListSlotsResult.getSlotSummaries()
Summary information for the slots that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotsResult |
ListSlotsResult.withSlotSummaries(SlotSummary... slotSummaries)
Summary information for the slots that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSlotsResult.setSlotSummaries(Collection<SlotSummary> slotSummaries)
Summary information for the slots that meet the filter criteria specified in the request.
|
ListSlotsResult |
ListSlotsResult.withSlotSummaries(Collection<SlotSummary> slotSummaries)
Summary information for the slots that meet the filter criteria specified in the request.
|
Copyright © 2025. All rights reserved.