public static interface AnalyticsIntentResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentResult.Builder,AnalyticsIntentResult>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentResult.Builder |
binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult.Builder |
binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult.Builder |
binKeys(Consumer<AnalyticsBinKey.Builder>... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult.Builder |
groupByKeys(AnalyticsIntentGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult.Builder |
groupByKeys(Collection<AnalyticsIntentGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult.Builder |
groupByKeys(Consumer<AnalyticsIntentGroupByKey.Builder>... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult.Builder |
metricsResults(AnalyticsIntentMetricResult... 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.
|
AnalyticsIntentResult.Builder |
metricsResults(Collection<AnalyticsIntentMetricResult> 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.
|
AnalyticsIntentResult.Builder |
metricsResults(Consumer<AnalyticsIntentMetricResult.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, buildAnalyticsIntentResult.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.AnalyticsIntentResult.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.AnalyticsIntentResult.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) AnalyticsIntentResult.Builder groupByKeys(Collection<AnalyticsIntentGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the
groups.AnalyticsIntentResult.Builder groupByKeys(AnalyticsIntentGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the
groups.AnalyticsIntentResult.Builder groupByKeys(Consumer<AnalyticsIntentGroupByKey.Builder>... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
This is a convenience method that creates an instance of theAnalyticsIntentGroupByKey.Builder avoiding the need
to create one manually via
AnalyticsIntentGroupByKey.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
AnalyticsIntentGroupByKey.Builder#groupByKeys(java.util.Collection) AnalyticsIntentResult.Builder metricsResults(Collection<AnalyticsIntentMetricResult> 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.AnalyticsIntentResult.Builder metricsResults(AnalyticsIntentMetricResult... 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.AnalyticsIntentResult.Builder metricsResults(Consumer<AnalyticsIntentMetricResult.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 theAnalyticsIntentMetricResult.Builder avoiding the
need to create one manually via
AnalyticsIntentMetricResult.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
AnalyticsIntentMetricResult.Builder#metricsResults(java.util.Collection) Copyright © 2023. All rights reserved.