Values.AnalyticsIntentNodeSummarySourceAn object containing information about the requested path.
type nonrec t = {intentName : Name.t option;The name of the intent at the end of the requested path.
*)intentPath : AnalyticsPath.t option;The path.
*)intentCount : AnalyticsNodeCount.t option;The total number of sessions that follow the given path to the given intent.
*)intentLevel : AnalyticsNodeLevel.t option;The number of intents up to and including the requested path.
*)nodeType : AnalyticsNodeType.t option;Specifies whether the node is the end of a path (Exit) or not (Inner).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of AnalyticsNodeCount.t
| `String of Name.t ])
list ]