Interface AnalyticsIntentStageMetricResult.Builder

    • Method Detail

      • name

        AnalyticsIntentStageMetricResult.Builder name​(String name)

        The metric that you requested.

        • Count – The number of times the intent stage occurred.

        • Success – The number of times the intent stage succeeded.

        • Failure – The number of times the intent stage failed.

        • Dropped – The number of times the user dropped the intent stage.

        • Retry – The number of times the bot tried to elicit a response from the user at this stage.

        Parameters:
        name - The metric that you requested.

        • Count – The number of times the intent stage occurred.

        • Success – The number of times the intent stage succeeded.

        • Failure – The number of times the intent stage failed.

        • Dropped – The number of times the user dropped the intent stage.

        • Retry – The number of times the bot tried to elicit a response from the user at this stage.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsIntentStageMetricName, AnalyticsIntentStageMetricName
      • name

        AnalyticsIntentStageMetricResult.Builder name​(AnalyticsIntentStageMetricName name)

        The metric that you requested.

        • Count – The number of times the intent stage occurred.

        • Success – The number of times the intent stage succeeded.

        • Failure – The number of times the intent stage failed.

        • Dropped – The number of times the user dropped the intent stage.

        • Retry – The number of times the bot tried to elicit a response from the user at this stage.

        Parameters:
        name - The metric that you requested.

        • Count – The number of times the intent stage occurred.

        • Success – The number of times the intent stage succeeded.

        • Failure – The number of times the intent stage failed.

        • Dropped – The number of times the user dropped the intent stage.

        • Retry – The number of times the bot tried to elicit a response from the user at this stage.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsIntentStageMetricName, AnalyticsIntentStageMetricName
      • statistic

        AnalyticsIntentStageMetricResult.Builder statistic​(String statistic)

        The summary statistic that you requested to calculate.

        • Sum – The total count for the category you provide in name.

        • Average – The total count divided by the number of intent stages in the category you provide in name.

        • Max – The highest count in the category you provide in name.

        Parameters:
        statistic - The summary statistic that you requested to calculate.

        • Sum – The total count for the category you provide in name.

        • Average – The total count divided by the number of intent stages in the category you provide in name.

        • Max – The highest count in the category you provide in name.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsMetricStatistic, AnalyticsMetricStatistic
      • statistic

        AnalyticsIntentStageMetricResult.Builder statistic​(AnalyticsMetricStatistic statistic)

        The summary statistic that you requested to calculate.

        • Sum – The total count for the category you provide in name.

        • Average – The total count divided by the number of intent stages in the category you provide in name.

        • Max – The highest count in the category you provide in name.

        Parameters:
        statistic - The summary statistic that you requested to calculate.

        • Sum – The total count for the category you provide in name.

        • Average – The total count divided by the number of intent stages in the category you provide in name.

        • Max – The highest count in the category you provide in name.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsMetricStatistic, AnalyticsMetricStatistic
      • value

        AnalyticsIntentStageMetricResult.Builder value​(Double value)

        The value of the summary statistic for the metric that you requested.

        Parameters:
        value - The value of the summary statistic for the metric that you requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.