Values_0.AgentHierarchyGroupsSourceA structure that defines search criteria for contacts using agent hierarchy group levels. For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.
type nonrec t = {l1Ids : HierarchyGroupIdList.t option;The identifiers for level 1 hierarchy groups.
*)l2Ids : HierarchyGroupIdList.t option;The identifiers for level 2 hierarchy groups.
*)l3Ids : HierarchyGroupIdList.t option;The identifiers for level 3 hierarchy groups.
*)l4Ids : HierarchyGroupIdList.t option;The identifiers for level 4 hierarchy groups.
*)l5Ids : HierarchyGroupIdList.t option;The identifiers for level 5 hierarchy groups.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of HierarchyGroupId.t ] list ]) list ]