Values_2.UpdateUserRoutingProfileRequestSourceAssigns the specified routing profile to the specified user.
type nonrec t = {routingProfileId : Values_0.RoutingProfileId.t;The identifier of the routing profile for the user.
*)userId : Values_0.UserId.t;The identifier of the user account.
*)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.
*)}val make :
routingProfileId:Values_0.RoutingProfileId.t ->
userId:Values_0.UserId.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.RoutingProfileId.t ]) list ]