Values_0.AssociateUserProficienciesRequestSourceAssociates a set of proficiencies with a user.
type nonrec t = {instanceId : InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN of the instance).
*)userId : UserId.t;The identifier of the user account.
*)userProficiencies : UserProficiencyList.t;The proficiencies to associate with the user.
*)}val make :
instanceId:InstanceId.t ->
userId:UserId.t ->
userProficiencies:UserProficiencyList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Float of ProficiencyLevel.t
| `String of PredefinedAttributeName.t ])
list ]
list
| `String of InstanceId.t ])
list ]