TypeAction 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.
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) | |