Interface AnalyticsIntentResult.Builder

    • Method Detail

      • binKeys

        AnalyticsIntentResult.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

        AnalyticsIntentResult.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

        AnalyticsIntentResult.Builder groupByKeys​(Collection<AnalyticsIntentGroupByKey> groupByKeys)

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

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

        AnalyticsIntentResult.Builder groupByKeys​(AnalyticsIntentGroupByKey... groupByKeys)

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

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

        AnalyticsIntentResult.Builder metricsResults​(Collection<AnalyticsIntentMetricResult> 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

        AnalyticsIntentResult.Builder metricsResults​(AnalyticsIntentMetricResult... 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.