public static interface AnalyticsUtteranceMetric.Builder extends SdkPojo, CopyableBuilder<AnalyticsUtteranceMetric.Builder,AnalyticsUtteranceMetric>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceMetric.Builder |
name(AnalyticsUtteranceMetricName name)
The metric for which you want to get utterance summary statistics.
|
AnalyticsUtteranceMetric.Builder |
name(String name)
The metric for which you want to get utterance summary statistics.
|
AnalyticsUtteranceMetric.Builder |
order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsUtteranceMetric.Builder |
order(String order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsUtteranceMetric.Builder |
statistic(AnalyticsMetricStatistic statistic)
The summary statistic to calculate.
|
AnalyticsUtteranceMetric.Builder |
statistic(String statistic)
The summary statistic to calculate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsUtteranceMetric.Builder name(String name)
The metric for which you want to get utterance summary statistics.
Count – The number of utterances.
Missed – The number of utterances that Amazon Lex failed to recognize.
Detected – The number of utterances that Amazon Lex managed to detect.
UtteranceTimestamp – The date and time of the utterance.
name - The metric for which you want to get utterance summary statistics.
Count – The number of utterances.
Missed – The number of utterances that Amazon Lex failed to recognize.
Detected – The number of utterances that Amazon Lex managed to detect.
UtteranceTimestamp – The date and time of the utterance.
AnalyticsUtteranceMetricName,
AnalyticsUtteranceMetricNameAnalyticsUtteranceMetric.Builder name(AnalyticsUtteranceMetricName name)
The metric for which you want to get utterance summary statistics.
Count – The number of utterances.
Missed – The number of utterances that Amazon Lex failed to recognize.
Detected – The number of utterances that Amazon Lex managed to detect.
UtteranceTimestamp – The date and time of the utterance.
name - The metric for which you want to get utterance summary statistics.
Count – The number of utterances.
Missed – The number of utterances that Amazon Lex failed to recognize.
Detected – The number of utterances that Amazon Lex managed to detect.
UtteranceTimestamp – The date and time of the utterance.
AnalyticsUtteranceMetricName,
AnalyticsUtteranceMetricNameAnalyticsUtteranceMetric.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 utterances 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 utterances in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsUtteranceMetric.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 utterances 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 utterances in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsUtteranceMetric.Builder order(String order)
Specifies whether to sort the results in ascending or descending order.
order - Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrder,
AnalyticsSortOrderAnalyticsUtteranceMetric.Builder order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
order - Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrder,
AnalyticsSortOrderCopyright © 2023. All rights reserved.