Values_2.PutUserStatusRequestSourceChanges the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status. For more information, see Agent status and Set your next status in the Amazon Connect Administrator Guide.
type nonrec t = {userId : Values_0.UserId.t;The identifier of the user.
*)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.
*)agentStatusId : Values_0.AgentStatusId.t;The identifier of the agent status.
*)}val make :
userId:Values_0.UserId.t ->
instanceId:Values_0.InstanceId.t ->
agentStatusId:Values_0.AgentStatusId.t ->
unit ->
t