KeyPressAction(IEnumerable<String>) Constructor
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.
Initializes a new instance of KeyPressAction.
public KeyPressAction(System.Collections.Generic.IEnumerable<string> keys);
new Azure.AI.AgentServer.Responses.Models.KeyPressAction : seq<string> -> Azure.AI.AgentServer.Responses.Models.KeyPressAction
Public Sub New (keys As IEnumerable(Of String))
Parameters
- keys
- IEnumerable<String>
The combination of keys the model is requesting to be pressed. This is an array of strings, each representing a key.
Exceptions
keys is null.