Interface ListIntentPathsResponse.Builder

    • Method Detail

      • nodeSummaries

        ListIntentPathsResponse.Builder nodeSummaries​(Collection<AnalyticsIntentNodeSummary> nodeSummaries)

        A list of objects, each of which contains information about a node in the intent path for which you requested metrics.

        Parameters:
        nodeSummaries - A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeSummaries

        ListIntentPathsResponse.Builder nodeSummaries​(AnalyticsIntentNodeSummary... nodeSummaries)

        A list of objects, each of which contains information about a node in the intent path for which you requested metrics.

        Parameters:
        nodeSummaries - A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.