Values_2.UpdateRoutingProfileAgentAvailabilityTimerRequestSourceWhether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
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.
*)routingProfileId : Values_0.RoutingProfileId.t;The identifier of the routing profile.
*)agentAvailabilityTimer : Values_0.AgentAvailabilityTimer.t;Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
*)}val make :
instanceId:Values_0.InstanceId.t ->
routingProfileId:Values_0.RoutingProfileId.t ->
agentAvailabilityTimer:Values_0.AgentAvailabilityTimer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]