| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentSummary |
IntentSummary.clone() |
IntentSummary |
IntentSummary.withDescription(String description)
The description of the intent.
|
IntentSummary |
IntentSummary.withInputContexts(Collection<InputContext> inputContexts)
The input contexts that must be active for this intent to be considered for recognition.
|
IntentSummary |
IntentSummary.withInputContexts(InputContext... inputContexts)
The input contexts that must be active for this intent to be considered for recognition.
|
IntentSummary |
IntentSummary.withIntentId(String intentId)
The unique identifier assigned to the intent.
|
IntentSummary |
IntentSummary.withIntentName(String intentName)
The name of the intent.
|
IntentSummary |
IntentSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The timestamp of the date and time that the intent was last updated.
|
IntentSummary |
IntentSummary.withOutputContexts(Collection<OutputContext> outputContexts)
The output contexts that are activated when this intent is fulfilled.
|
IntentSummary |
IntentSummary.withOutputContexts(OutputContext... outputContexts)
The output contexts that are activated when this intent is fulfilled.
|
IntentSummary |
IntentSummary.withParentIntentSignature(String parentIntentSignature)
If this intent is derived from a built-in intent, the name of the parent intent.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntentSummary> |
ListIntentsResult.getIntentSummaries()
Summary information for the intents that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentsResult |
ListIntentsResult.withIntentSummaries(IntentSummary... intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentsResult.setIntentSummaries(Collection<IntentSummary> intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListIntentsResult |
ListIntentsResult.withIntentSummaries(Collection<IntentSummary> intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
Copyright © 2024. All rights reserved.