AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys) |
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.binKeys(Consumer<AnalyticsBinKey.Builder>... binKeys) |
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.binKeys(AnalyticsBinKey... binKeys) |
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
static AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.builder() |
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.groupByKeys(Collection<AnalyticsIntentStageGroupByKey> groupByKeys) |
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.groupByKeys(Consumer<AnalyticsIntentStageGroupByKey.Builder>... groupByKeys) |
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.groupByKeys(AnalyticsIntentStageGroupByKey... groupByKeys) |
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.metricsResults(Collection<AnalyticsIntentStageMetricResult> 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.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.metricsResults(Consumer<AnalyticsIntentStageMetricResult.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.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.metricsResults(AnalyticsIntentStageMetricResult... 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.
|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.toBuilder() |
|