| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BuiltInSlotTypeSummary |
BuiltInSlotTypeSummary.clone() |
BuiltInSlotTypeSummary |
BuiltInSlotTypeSummary.withDescription(String description)
The description of the built-in slot type.
|
BuiltInSlotTypeSummary |
BuiltInSlotTypeSummary.withSlotTypeSignature(String slotTypeSignature)
The signature of the built-in slot type.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuiltInSlotTypeSummary> |
ListBuiltInSlotTypesResult.getBuiltInSlotTypeSummaries()
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInSlotTypesResult |
ListBuiltInSlotTypesResult.withBuiltInSlotTypeSummaries(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBuiltInSlotTypesResult.setBuiltInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
ListBuiltInSlotTypesResult |
ListBuiltInSlotTypesResult.withBuiltInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
Copyright © 2021. All rights reserved.