DragAction 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 drag action.
public class DragAction : Azure.AI.Agents.Persistent.ComputerUseAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.DragAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.DragAction>
type DragAction = class
inherit ComputerUseAction
interface IJsonModel<DragAction>
interface IPersistableModel<DragAction>
Public Class DragAction
Inherits ComputerUseAction
Implements IJsonModel(Of DragAction), IPersistableModel(Of DragAction)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Path |
An array of coordinates representing the path of the drag action. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |