Values_2.UpdateUserProficienciesRequestSourceUpdates the properties associated with the proficiencies of a user.
type nonrec t = {instanceId : Values_0.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 : Values_0.UserId.t;The identifier of the user account.
*)userProficiencies : Values_0.UserProficiencyList.t;The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.
*)}val make :
instanceId:Values_0.InstanceId.t ->
userId:Values_0.UserId.t ->
userProficiencies:Values_0.UserProficiencyList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Float of float | `String of string ]) list ]
list
| `String of Values_0.InstanceId.t ])
list ]