Values.AnalyticsIntentResultSourceAn object containing the results for the intent metrics you requested and the bin and/or group(s) they refer to, if applicable.
type nonrec t = {binKeys : AnalyticsBinKeys.t option;A list of objects containing the criteria you requested for binning results and the values of the bins.
*)groupByKeys : AnalyticsIntentGroupByKeys.t option;A list of objects containing the criteria you requested for grouping results and the values of the groups.
*)metricsResults : AnalyticsIntentMetricResults.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of AnalyticsMetricValue.t
| `Enum of string
| `Long of AnalyticsBinValue.t
| `String of AnalyticsGroupByValue.t ])
list ]
list ])
list ]