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