Values_2.UserSearchSummarySourceInformation about the returned users.
type nonrec t = {arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the user.
*)directoryUserId : Values_1.DirectoryUserId.t option;The directory identifier of the user.
*)hierarchyGroupId : Values_0.HierarchyGroupId.t option;The identifier of the user's hierarchy group.
*)id : Values_0.UserId.t option;The identifier of the user's summary.
*)identityInfo : UserIdentityInfoLite.t option;The user's first name and last name.
*)phoneConfig : Values_1.UserPhoneConfig.t option;routingProfileId : Values_0.RoutingProfileId.t option;The identifier of the user's routing profile.
*)securityProfileIds : Values_1.SecurityProfileIds.t option;The identifiers of the user's security profiles.
*)username : Values_0.AgentUsername.t option;The name of the user.
*)autoAcceptConfigs : Values_0.AutoAcceptConfigs.t option;The list of auto-accept configuration settings for each channel.
*)afterContactWorkConfigs : Values_0.AfterContactWorkConfigs.t option;The list of after contact work (ACW) timeout configuration settings for each channel.
*)phoneNumberConfigs : Values_1.PhoneNumberConfigs.t option;The list of phone number configuration settings for each channel.
*)persistentConnectionConfigs : Values_1.PersistentConnectionConfigs.t option;The list of persistent connection configuration settings for each channel.
*)voiceEnhancementConfigs : Values_0.VoiceEnhancementConfigs.t option;The list of voice enhancement configuration settings for each channel.
*)}val make :
?arn:??? ->
?directoryUserId:??? ->
?hierarchyGroupId:??? ->
?id:??? ->
?identityInfo:??? ->
?phoneConfig:??? ->
?routingProfileId:??? ->
?securityProfileIds:??? ->
?tags:??? ->
?username:??? ->
?autoAcceptConfigs:??? ->
?afterContactWorkConfigs:??? ->
?phoneNumberConfigs:??? ->
?persistentConnectionConfigs:??? ->
?voiceEnhancementConfigs:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Values_0.SecurityProfileId.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of Values_0.SensitivePhoneNumber.t
| `Structure of (string * [> `Integer of int ]) list ])
list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ARN.t
| `Structure of
(string
* [> `Boolean of Values_0.AutoAccept.t
| `Enum of string
| `Integer of Values_0.AfterContactWorkTimeLimit.t
| `String of Values_0.AgentFirstName.t ])
list ])
list ]