| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BuiltInIntentSummary |
BuiltInIntentSummary.clone() |
BuiltInIntentSummary |
BuiltInIntentSummary.withDescription(String description)
The description of the intent.
|
BuiltInIntentSummary |
BuiltInIntentSummary.withIntentSignature(String intentSignature)
The signature of the built-in intent.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuiltInIntentSummary> |
ListBuiltInIntentsResult.getBuiltInIntentSummaries()
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInIntentsResult |
ListBuiltInIntentsResult.withBuiltInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBuiltInIntentsResult.setBuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResult |
ListBuiltInIntentsResult.withBuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
Copyright © 2024. All rights reserved.