| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentNodeSummary |
AnalyticsIntentNodeSummary.clone() |
AnalyticsIntentNodeSummary |
AnalyticsIntentNodeSummary.withIntentCount(Integer intentCount)
The total number of sessions that follow the given path to the given intent.
|
AnalyticsIntentNodeSummary |
AnalyticsIntentNodeSummary.withIntentLevel(Integer intentLevel)
The number of intents up to and including the requested path.
|
AnalyticsIntentNodeSummary |
AnalyticsIntentNodeSummary.withIntentName(String intentName)
The name of the intent at the end of the requested path.
|
AnalyticsIntentNodeSummary |
AnalyticsIntentNodeSummary.withIntentPath(String intentPath)
The path.
|
AnalyticsIntentNodeSummary |
AnalyticsIntentNodeSummary.withNodeType(AnalyticsNodeType nodeType)
Specifies whether the node is the end of a path (
Exit) or not (Inner). |
AnalyticsIntentNodeSummary |
AnalyticsIntentNodeSummary.withNodeType(String nodeType)
Specifies whether the node is the end of a path (
Exit) or not (Inner). |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsIntentNodeSummary> |
ListIntentPathsResult.getNodeSummaries()
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentPathsResult |
ListIntentPathsResult.withNodeSummaries(AnalyticsIntentNodeSummary... nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentPathsResult.setNodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
ListIntentPathsResult |
ListIntentPathsResult.withNodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
Copyright © 2025. All rights reserved.