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