Share via


TypeAction Class

Definition

An action to type in text.

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

Properties

Name Description
Text

The text to type.

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<TypeAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TypeAction>.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<TypeAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TypeAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TypeAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to