Values.GroupingConfigurationSourceThe configuration information of the grouping of Amazon Q in Connect users.
type nonrec t = {criteria : GroupingCriteria.t option;The criteria used for grouping Amazon Q in Connect users. The following is the list of supported criteria values. RoutingProfileArn: Grouping the users by their Amazon Connect routing profile ARN. User should have SearchRoutingProfile and DescribeRoutingProfile permissions when setting criteria to this value.
*)values : GroupingValues.t option;The list of values that define different groups of Amazon Q in Connect users. When setting criteria to RoutingProfileArn, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of GroupingValue.t ] list
| `String of GroupingCriteria.t ])
list ]