AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.attributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults) |
A list of objects containing information about the last used intent at the time of an utterance.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.attributeResults(Consumer<AnalyticsUtteranceAttributeResult.Builder>... attributeResults) |
A list of objects containing information about the last used intent at the time of an utterance.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.attributeResults(AnalyticsUtteranceAttributeResult... attributeResults) |
A list of objects containing information about the last used intent at the time of an utterance.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys) |
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.binKeys(Consumer<AnalyticsBinKey.Builder>... binKeys) |
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.binKeys(AnalyticsBinKey... binKeys) |
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
static AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.builder() |
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.groupByKeys(Collection<AnalyticsUtteranceGroupByKey> groupByKeys) |
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.groupByKeys(Consumer<AnalyticsUtteranceGroupByKey.Builder>... groupByKeys) |
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.groupByKeys(AnalyticsUtteranceGroupByKey... groupByKeys) |
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.metricsResults(Collection<AnalyticsUtteranceMetricResult> metricsResults) |
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.metricsResults(Consumer<AnalyticsUtteranceMetricResult.Builder>... metricsResults) |
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.metricsResults(AnalyticsUtteranceMetricResult... metricsResults) |
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.toBuilder() |
|