Values.UtteranceAggregationDurationSourceProvides parameters for setting the time window and duration for aggregating utterance data.
type nonrec t = {relativeAggregationDuration : RelativeAggregationDuration.t;The desired time window for aggregating utterances.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Integer of TimeValue.t ]) list ])
list ]