Values.AnalyticsUtteranceResultSourceAn object containing the results for the utterance 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 : AnalyticsUtteranceGroupByKeys.t option;A list of objects containing the criteria you requested for grouping results and the values of the bins.
*)metricsResults : AnalyticsUtteranceMetricResults.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.
*)attributeResults : AnalyticsUtteranceAttributeResults.t option;A list of objects containing information about the last used intent at the time of an utterance.
*)}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 ]