KeyPressAction 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.
KeyPress.
public class KeyPressAction : Azure.AI.AgentServer.Responses.Models.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.KeyPressAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.KeyPressAction>
type KeyPressAction = class
inherit ComputerAction
interface IJsonModel<KeyPressAction>
interface IPersistableModel<KeyPressAction>
Public Class KeyPressAction
Inherits ComputerAction
Implements IJsonModel(Of KeyPressAction), IPersistableModel(Of KeyPressAction)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| KeyPressAction(IEnumerable<String>) |
Initializes a new instance of KeyPressAction. |
Properties
| Name | Description |
|---|---|
| Keys |
The combination of keys the model is requesting to be pressed. This is an array of strings, each representing a key. |