ComputerActionDoubleClick 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.
A double click action.
public class ComputerActionDoubleClick : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerActionDoubleClick>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerActionDoubleClick>
type ComputerActionDoubleClick = class
inherit ComputerAction
interface IUtf8JsonSerializable
interface IJsonModel<ComputerActionDoubleClick>
interface IPersistableModel<ComputerActionDoubleClick>
Public Class ComputerActionDoubleClick
Inherits ComputerAction
Implements IJsonModel(Of ComputerActionDoubleClick), IPersistableModel(Of ComputerActionDoubleClick)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerActionDoubleClick() |
Initializes a new instance of ComputerActionDoubleClick for deserialization. |
| ComputerActionDoubleClick(ComputerActionType, IDictionary<String,BinaryData>, Int32, Int32) |
Initializes a new instance of ComputerActionDoubleClick. |
| ComputerActionDoubleClick(Int32, Int32) |
Initializes a new instance of ComputerActionDoubleClick. |
Properties
| Name | Description |
|---|---|
| Type |
Gets or sets the type. (Inherited from ComputerAction) |
| X |
The x-coordinate where the double click occurred. |
| Y |
The y-coordinate where the double click occurred. |
Methods
| Name | Description |
|---|---|
| DeserializeComputerActionDoubleClick(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |