public static interface AnalyticsIntentNodeSummary.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentNodeSummary.Builder,AnalyticsIntentNodeSummary>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentNodeSummary.Builder |
intentCount(Integer intentCount)
The total number of sessions that follow the given path to the given intent.
|
AnalyticsIntentNodeSummary.Builder |
intentLevel(Integer intentLevel)
The number of intents up to and including the requested path.
|
AnalyticsIntentNodeSummary.Builder |
intentName(String intentName)
The name of the intent at the end of the requested path.
|
AnalyticsIntentNodeSummary.Builder |
intentPath(String intentPath)
The path.
|
AnalyticsIntentNodeSummary.Builder |
nodeType(AnalyticsNodeType nodeType)
Specifies whether the node is the end of a path (
Exit) or not (Inner). |
AnalyticsIntentNodeSummary.Builder |
nodeType(String nodeType)
Specifies whether the node is the end of a path (
Exit) or not (Inner). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsIntentNodeSummary.Builder intentName(String intentName)
The name of the intent at the end of the requested path.
intentName - The name of the intent at the end of the requested path.AnalyticsIntentNodeSummary.Builder intentPath(String intentPath)
The path.
intentPath - The path.AnalyticsIntentNodeSummary.Builder intentCount(Integer intentCount)
The total number of sessions that follow the given path to the given intent.
intentCount - The total number of sessions that follow the given path to the given intent.AnalyticsIntentNodeSummary.Builder intentLevel(Integer intentLevel)
The number of intents up to and including the requested path.
intentLevel - The number of intents up to and including the requested path.AnalyticsIntentNodeSummary.Builder nodeType(String nodeType)
Specifies whether the node is the end of a path (Exit) or not (Inner).
nodeType - Specifies whether the node is the end of a path (Exit) or not (Inner).AnalyticsNodeType,
AnalyticsNodeTypeAnalyticsIntentNodeSummary.Builder nodeType(AnalyticsNodeType nodeType)
Specifies whether the node is the end of a path (Exit) or not (Inner).
nodeType - Specifies whether the node is the end of a path (Exit) or not (Inner).AnalyticsNodeType,
AnalyticsNodeTypeCopyright © 2023. All rights reserved.