Share via


DoubleClickAction Class

Definition

A double click action.

public class DoubleClickAction : Azure.AI.Agents.Persistent.ComputerUseAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.DoubleClickAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.DoubleClickAction>
type DoubleClickAction = class
    inherit ComputerUseAction
    interface IJsonModel<DoubleClickAction>
    interface IPersistableModel<DoubleClickAction>
Public Class DoubleClickAction
Inherits ComputerUseAction
Implements IJsonModel(Of DoubleClickAction), IPersistableModel(Of DoubleClickAction)
Inheritance
DoubleClickAction
Implements

Properties

Name Description
X

The x-coordinate where the double click occurred.

Y

The y-coordinate where the double click occurred.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ComputerUseAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ComputerUseAction)
IJsonModel<ComputerUseAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ComputerUseAction)
IJsonModel<DoubleClickAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DoubleClickAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputerUseAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ComputerUseAction)
IPersistableModel<ComputerUseAction>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ComputerUseAction)
IPersistableModel<ComputerUseAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ComputerUseAction)
IPersistableModel<DoubleClickAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DoubleClickAction>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DoubleClickAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to