Values.AnalyticsUtteranceGroupByKeySourceContains the category by which the utterance analytics were grouped and the values for that category.
type nonrec t = {name : AnalyticsUtteranceField.t option;The category by which the utterance analytics were grouped.
*)value : AnalyticsGroupByValue.t option;A member of the category by which the utterance analytics were grouped.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AnalyticsGroupByValue.t ])
list ]