Interface AgentAccessSetting.Builder

  • Method Details

    • agentAction

      AgentAccessSetting.Builder agentAction(String agentAction)

      The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.

      Parameters:
      agentAction - The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • agentAction

      AgentAccessSetting.Builder agentAction(AgentAction agentAction)

      The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.

      Parameters:
      agentAction - The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • permission

      AgentAccessSetting.Builder permission(String permission)

      Whether the agent action is enabled or disabled.

      Parameters:
      permission - Whether the agent action is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • permission

      AgentAccessSetting.Builder permission(Permission permission)

      Whether the agent action is enabled or disabled.

      Parameters:
      permission - Whether the agent action is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: