Interface AnalyticsIntentStageMetric.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnalyticsIntentStageMetric.Builder,AnalyticsIntentStageMetric>, SdkBuilder<AnalyticsIntentStageMetric.Builder,AnalyticsIntentStageMetric>, SdkPojo
Enclosing class:
AnalyticsIntentStageMetric

public static interface AnalyticsIntentStageMetric.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentStageMetric.Builder,AnalyticsIntentStageMetric>
  • Method Details

    • name

      The metric for which you want to get intent stage summary statistics. See Key definitions for more details about these metrics.

      • 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 for which you want to get intent stage summary statistics. See Key definitions for more details about these metrics.

      • 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:
    • name

      The metric for which you want to get intent stage summary statistics. See Key definitions for more details about these metrics.

      • 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 for which you want to get intent stage summary statistics. See Key definitions for more details about these metrics.

      • 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:
    • statistic

      The summary statistic 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 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:
    • statistic

      The summary statistic 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 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:
    • order

      Specifies whether to sort the results in ascending or descending order of the summary statistic ( value in the response).

      Parameters:
      order - Specifies whether to sort the results in ascending or descending order of the summary statistic ( value in the response).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      Specifies whether to sort the results in ascending or descending order of the summary statistic ( value in the response).

      Parameters:
      order - Specifies whether to sort the results in ascending or descending order of the summary statistic ( value in the response).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: