Interface AnalyticsIntentStageResult.Builder

    • Method Detail

      • binKeys

        AnalyticsIntentStageResult.Builder binKeys​(Collection<AnalyticsBinKey> binKeys)

        A list of objects containing the criteria you requested for binning results and the values of the bins.

        Parameters:
        binKeys - A list of objects containing the criteria you requested for binning results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • binKeys

        AnalyticsIntentStageResult.Builder binKeys​(AnalyticsBinKey... binKeys)

        A list of objects containing the criteria you requested for binning results and the values of the bins.

        Parameters:
        binKeys - A list of objects containing the criteria you requested for binning results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupByKeys

        AnalyticsIntentStageResult.Builder groupByKeys​(Collection<AnalyticsIntentStageGroupByKey> groupByKeys)

        A list of objects containing the criteria you requested for grouping results and the values of the bins.

        Parameters:
        groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupByKeys

        AnalyticsIntentStageResult.Builder groupByKeys​(AnalyticsIntentStageGroupByKey... groupByKeys)

        A list of objects containing the criteria you requested for grouping results and the values of the bins.

        Parameters:
        groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricsResults

        AnalyticsIntentStageResult.Builder metricsResults​(Collection<AnalyticsIntentStageMetricResult> metricsResults)

        A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.

        Parameters:
        metricsResults - A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricsResults

        AnalyticsIntentStageResult.Builder metricsResults​(AnalyticsIntentStageMetricResult... metricsResults)

        A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.

        Parameters:
        metricsResults - A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.