Interface AnalyticsIntentNodeSummary.Builder

    • Method Detail

      • intentName

        AnalyticsIntentNodeSummary.Builder intentName​(String intentName)

        The name of the intent at the end of the requested path.

        Parameters:
        intentName - The name of the intent at the end of the requested path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intentPath

        AnalyticsIntentNodeSummary.Builder intentPath​(String intentPath)

        The path.

        Parameters:
        intentPath - The path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intentCount

        AnalyticsIntentNodeSummary.Builder intentCount​(Integer intentCount)

        The total number of sessions that follow the given path to the given intent.

        Parameters:
        intentCount - The total number of sessions that follow the given path to the given intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intentLevel

        AnalyticsIntentNodeSummary.Builder intentLevel​(Integer intentLevel)

        The number of intents up to and including the requested path.

        Parameters:
        intentLevel - The number of intents up to and including the requested path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeType

        AnalyticsIntentNodeSummary.Builder nodeType​(String nodeType)

        Specifies whether the node is the end of a path (Exit) or not (Inner).

        Parameters:
        nodeType - Specifies whether the node is the end of a path (Exit) or not (Inner).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsNodeType, AnalyticsNodeType