public static interface AnalyticsUtteranceResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsUtteranceResult.Builder,AnalyticsUtteranceResult>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceResult.Builder |
attributeResults(AnalyticsUtteranceAttributeResult... attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
|
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 |
attributeResults(Consumer<AnalyticsUtteranceAttributeResult.Builder>... attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
|
AnalyticsUtteranceResult.Builder |
binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
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 |
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 |
groupByKeys(AnalyticsUtteranceGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
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 |
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 |
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsUtteranceResult.Builder binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
binKeys - A list of objects containing the criteria you requested for binning results and the values of the
bins.AnalyticsUtteranceResult.Builder binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
binKeys - A list of objects containing the criteria you requested for binning results and the values of the
bins.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.
This is a convenience method that creates an instance of theAnalyticsBinKey.Builder avoiding the need to create
one manually via AnalyticsBinKey.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #binKeys(List.
binKeys - a consumer that will call methods on
AnalyticsBinKey.Builder#binKeys(java.util.Collection) AnalyticsUtteranceResult.Builder groupByKeys(Collection<AnalyticsUtteranceGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the
bins.AnalyticsUtteranceResult.Builder groupByKeys(AnalyticsUtteranceGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the
bins.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.
This is a convenience method that creates an instance of theAnalyticsUtteranceGroupByKey.Builder avoiding the
need to create one manually via
AnalyticsUtteranceGroupByKey.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #groupByKeys(List.
groupByKeys - a consumer that will call methods on
AnalyticsUtteranceGroupByKey.Builder#groupByKeys(java.util.Collection) 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.
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 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.
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 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.
This is a convenience method that creates an instance of theAnalyticsUtteranceMetricResult.Builder avoiding the
need to create one manually via
AnalyticsUtteranceMetricResult.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #metricsResults(List.
metricsResults - a consumer that will call methods on
AnalyticsUtteranceMetricResult.Builder#metricsResults(java.util.Collection) AnalyticsUtteranceResult.Builder attributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
attributeResults - A list of objects containing information about the last used intent at the time of an utterance.AnalyticsUtteranceResult.Builder attributeResults(AnalyticsUtteranceAttributeResult... attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
attributeResults - A list of objects containing information about the last used intent at the time of an utterance.AnalyticsUtteranceResult.Builder attributeResults(Consumer<AnalyticsUtteranceAttributeResult.Builder>... attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
This is a convenience method that creates an instance of theAnalyticsUtteranceAttributeResult.Builder avoiding
the need to create one manually via
AnalyticsUtteranceAttributeResult.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #attributeResults(List.
attributeResults - a consumer that will call methods on
AnalyticsUtteranceAttributeResult.Builder#attributeResults(java.util.Collection) Copyright © 2023. All rights reserved.