BrowserAutomationToolParameters 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 BrowserAutomationToolParameters.
public BrowserAutomationToolParameters(Azure.AI.Agents.Persistent.BrowserAutomationToolConnectionParameters connection);new Azure.AI.Agents.Persistent.BrowserAutomationToolParameters : Azure.AI.Agents.Persistent.BrowserAutomationToolConnectionParameters -> Azure.AI.Agents.Persistent.BrowserAutomationToolParametersPublic Sub New (connection As BrowserAutomationToolConnectionParameters)Parameters
- connection
- BrowserAutomationToolConnectionParameters
The connection parameters associated with the Browser Automation Tool.
Exceptions
connection is null.