| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotTypeSummary |
SlotTypeSummary.clone() |
SlotTypeSummary |
SlotTypeSummary.withDescription(String description)
The description of the slot type.
|
SlotTypeSummary |
SlotTypeSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
|
SlotTypeSummary |
SlotTypeSummary.withParentSlotTypeSignature(String parentSlotTypeSignature)
If the slot type is derived from a built-on slot type, the name of the parent slot type.
|
SlotTypeSummary |
SlotTypeSummary.withSlotTypeCategory(SlotTypeCategory slotTypeCategory)
Indicates the type of the slot type.
|
SlotTypeSummary |
SlotTypeSummary.withSlotTypeCategory(String slotTypeCategory)
Indicates the type of the slot type.
|
SlotTypeSummary |
SlotTypeSummary.withSlotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
|
SlotTypeSummary |
SlotTypeSummary.withSlotTypeName(String slotTypeName)
The name of the slot type.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotTypeSummary> |
ListSlotTypesResult.getSlotTypeSummaries()
Summary information for the slot types that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesResult |
ListSlotTypesResult.withSlotTypeSummaries(SlotTypeSummary... slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSlotTypesResult.setSlotTypeSummaries(Collection<SlotTypeSummary> slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
ListSlotTypesResult |
ListSlotTypesResult.withSlotTypeSummaries(Collection<SlotTypeSummary> slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
Copyright © 2025. All rights reserved.