MoveAction 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 MoveAction : Azure.AI.Agents.Persistent.ComputerUseAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.MoveAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.MoveAction>
type MoveAction = class
inherit ComputerUseAction
interface IJsonModel<MoveAction>
interface IPersistableModel<MoveAction>
Public Class MoveAction
Inherits ComputerUseAction
Implements IJsonModel(Of MoveAction), IPersistableModel(Of MoveAction)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| X |
The x-coordinate to move to. |
| Y |
The y-coordinate to move to. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |