ComputerActionDrag 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 ComputerActionDrag : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerActionDrag>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerActionDrag>
type ComputerActionDrag = class
inherit ComputerAction
interface IUtf8JsonSerializable
interface IJsonModel<ComputerActionDrag>
interface IPersistableModel<ComputerActionDrag>
Public Class ComputerActionDrag
Inherits ComputerAction
Implements IJsonModel(Of ComputerActionDrag), IPersistableModel(Of ComputerActionDrag)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerActionDrag() |
Initializes a new instance of ComputerActionDrag for deserialization. |
| ComputerActionDrag(ComputerActionType, IDictionary<String,BinaryData>, IList<Coordinate>) |
Initializes a new instance of ComputerActionDrag. |
| ComputerActionDrag(IEnumerable<Coordinate>) |
Initializes a new instance of ComputerActionDrag. |
Properties
| Name | Description |
|---|---|
| Path |
An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg
|
| Type |
Gets or sets the type. (Inherited from ComputerAction) |
Methods
| Name | Description |
|---|---|
| DeserializeComputerActionDrag(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |