Values.AgentAccessSettingSourceA permission setting for an agent action. Each setting specifies an agent action and whether it is enabled or disabled.
type nonrec t = {agentAction : AgentAction.t;The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.
*)permission : Permission.t;Whether the agent action is enabled or disabled.
*)}