BrowserAutomationPreviewToolboxTool(BrowserAutomationToolOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BrowserAutomationPreviewToolboxTool.
public BrowserAutomationPreviewToolboxTool(Azure.AI.Projects.Agents.BrowserAutomationToolOptions toolParameters);
new Azure.AI.Projects.Agents.BrowserAutomationPreviewToolboxTool : Azure.AI.Projects.Agents.BrowserAutomationToolOptions -> Azure.AI.Projects.Agents.BrowserAutomationPreviewToolboxTool
Public Sub New (toolParameters As BrowserAutomationToolOptions)
Parameters
- toolParameters
- BrowserAutomationToolOptions
The Browser Automation Tool parameters.
Exceptions
toolParameters is null.