| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.builder() |
AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.Builder.intentCount(Integer intentCount)
The total number of sessions that follow the given path to the given intent.
|
AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.Builder.intentLevel(Integer intentLevel)
The number of intents up to and including the requested path.
|
AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.Builder.intentName(String intentName)
The name of the intent at the end of the requested path.
|
AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.Builder.intentPath(String intentPath)
The path.
|
AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.Builder.nodeType(AnalyticsNodeType nodeType)
Specifies whether the node is the end of a path (
Exit) or not (Inner). |
AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.Builder.nodeType(String nodeType)
Specifies whether the node is the end of a path (
Exit) or not (Inner). |
AnalyticsIntentNodeSummary.Builder |
AnalyticsIntentNodeSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnalyticsIntentNodeSummary.Builder> |
AnalyticsIntentNodeSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.