public static interface AnalyticsIntentStageMetricResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentStageMetricResult.Builder,AnalyticsIntentStageMetricResult>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentStageMetricResult.Builder |
name(AnalyticsIntentStageMetricName name)
The metric that you requested.
|
AnalyticsIntentStageMetricResult.Builder |
name(String name)
The metric that you requested.
|
AnalyticsIntentStageMetricResult.Builder |
statistic(AnalyticsMetricStatistic statistic)
The summary statistic that you requested to calculate.
|
AnalyticsIntentStageMetricResult.Builder |
statistic(String statistic)
The summary statistic that you requested to calculate.
|
AnalyticsIntentStageMetricResult.Builder |
value(Double value)
The value of the summary statistic for the metric that you requested.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsIntentStageMetricResult.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.
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.
AnalyticsIntentStageMetricName,
AnalyticsIntentStageMetricNameAnalyticsIntentStageMetricResult.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.
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.
AnalyticsIntentStageMetricName,
AnalyticsIntentStageMetricNameAnalyticsIntentStageMetricResult.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.
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.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsIntentStageMetricResult.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.
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.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsIntentStageMetricResult.Builder value(Double value)
The value of the summary statistic for the metric that you requested.
value - The value of the summary statistic for the metric that you requested.Copyright © 2023. All rights reserved.