public static interface AnalyticsIntentStageMetric.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentStageMetric.Builder,AnalyticsIntentStageMetric>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentStageMetric.Builder |
name(AnalyticsIntentStageMetricName name)
The metric for which you want to get intent stage summary statistics.
|
AnalyticsIntentStageMetric.Builder |
name(String name)
The metric for which you want to get intent stage summary statistics.
|
AnalyticsIntentStageMetric.Builder |
order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response). |
AnalyticsIntentStageMetric.Builder |
order(String order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response). |
AnalyticsIntentStageMetric.Builder |
statistic(AnalyticsMetricStatistic statistic)
The summary statistic to calculate.
|
AnalyticsIntentStageMetric.Builder |
statistic(String statistic)
The summary statistic to calculate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsIntentStageMetric.Builder name(String 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.
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.
AnalyticsIntentStageMetricName,
AnalyticsIntentStageMetricNameAnalyticsIntentStageMetric.Builder name(AnalyticsIntentStageMetricName 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.
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.
AnalyticsIntentStageMetricName,
AnalyticsIntentStageMetricNameAnalyticsIntentStageMetric.Builder statistic(String 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.
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.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsIntentStageMetric.Builder statistic(AnalyticsMetricStatistic 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.
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.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsIntentStageMetric.Builder order(String order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response).
order - Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response).AnalyticsSortOrder,
AnalyticsSortOrderAnalyticsIntentStageMetric.Builder order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response).
order - Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response).AnalyticsSortOrder,
AnalyticsSortOrderCopyright © 2023. All rights reserved.