ComputerActionTypeKeys 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 ComputerActionTypeKeys : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerActionTypeKeys>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerActionTypeKeys>
type ComputerActionTypeKeys = class
inherit ComputerAction
interface IUtf8JsonSerializable
interface IJsonModel<ComputerActionTypeKeys>
interface IPersistableModel<ComputerActionTypeKeys>
Public Class ComputerActionTypeKeys
Inherits ComputerAction
Implements IJsonModel(Of ComputerActionTypeKeys), IPersistableModel(Of ComputerActionTypeKeys)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerActionTypeKeys() |
Initializes a new instance of ComputerActionTypeKeys for deserialization. |
| ComputerActionTypeKeys(ComputerActionType, IDictionary<String,BinaryData>, String) |
Initializes a new instance of ComputerActionTypeKeys. |
| ComputerActionTypeKeys(String) |
Initializes a new instance of ComputerActionTypeKeys. |
Properties
| Name | Description |
|---|---|
| Text |
The text to type. |
| Type |
Gets or sets the type. (Inherited from ComputerAction) |
Methods
| Name | Description |
|---|---|
| DeserializeComputerActionTypeKeys(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |