BrowserAutomationToolParameters Class
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.
Definition of input parameters for the Browser Automation Tool.
public class BrowserAutomationToolParameters : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolParameters>
type BrowserAutomationToolParameters = class
interface IUtf8JsonSerializable
interface IJsonModel<BrowserAutomationToolParameters>
interface IPersistableModel<BrowserAutomationToolParameters>
Public Class BrowserAutomationToolParameters
Implements IJsonModel(Of BrowserAutomationToolParameters), IPersistableModel(Of BrowserAutomationToolParameters), IUtf8JsonSerializable
- Inheritance
-
BrowserAutomationToolParameters
- Implements
Constructors
| Name | Description |
|---|---|
| BrowserAutomationToolParameters() |
Initializes a new instance of BrowserAutomationToolParameters for deserialization. |
| BrowserAutomationToolParameters(BrowserAutomationToolConnectionParameters, IDictionary<String,BinaryData>) |
Initializes a new instance of BrowserAutomationToolParameters. |
| BrowserAutomationToolParameters(BrowserAutomationToolConnectionParameters) |
Initializes a new instance of BrowserAutomationToolParameters. |
Properties
| Name | Description |
|---|---|
| ProjectConnection |
The project connection parameters associated with the Browser Automation Tool. |
Methods
| Name | Description |
|---|---|
| DeserializeBrowserAutomationToolParameters(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<BrowserAutomationToolParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<BrowserAutomationToolParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<BrowserAutomationToolParameters>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<BrowserAutomationToolParameters>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<BrowserAutomationToolParameters>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
| IUtf8JsonSerializable.Write(Utf8JsonWriter) | |