Interface AnalyticsUtteranceResult.Builder

    • Method Detail

      • binKeys

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

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

        AnalyticsUtteranceResult.Builder groupByKeys​(Collection<AnalyticsUtteranceGroupByKey> 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

        AnalyticsUtteranceResult.Builder groupByKeys​(AnalyticsUtteranceGroupByKey... 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

        AnalyticsUtteranceResult.Builder metricsResults​(Collection<AnalyticsUtteranceMetricResult> 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

        AnalyticsUtteranceResult.Builder metricsResults​(AnalyticsUtteranceMetricResult... 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.
      • attributeResults

        AnalyticsUtteranceResult.Builder attributeResults​(Collection<AnalyticsUtteranceAttributeResult> attributeResults)

        A list of objects containing information about the last used intent at the time of an utterance.

        Parameters:
        attributeResults - A list of objects containing information about the last used intent at the time of an utterance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeResults

        AnalyticsUtteranceResult.Builder attributeResults​(AnalyticsUtteranceAttributeResult... attributeResults)

        A list of objects containing information about the last used intent at the time of an utterance.

        Parameters:
        attributeResults - A list of objects containing information about the last used intent at the time of an utterance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.