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