ComputerAction 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.
The ComputerAction. Please note this is the abstract base class. The derived classes available for instantiation are: ClickParam, DoubleClickAction, DragParam, KeyPressAction, MoveParam, ScreenshotParam, ScrollParam, TypeParam, and WaitParam.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownComputerAction))]
public abstract class ComputerAction : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ComputerAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ComputerAction>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownComputerAction))>]
type ComputerAction = class
interface IJsonModel<ComputerAction>
interface IPersistableModel<ComputerAction>
Public MustInherit Class ComputerAction
Implements IJsonModel(Of ComputerAction), IPersistableModel(Of ComputerAction)
- Inheritance
-
ComputerAction
- Derived
- Attributes
- Implements