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