KeyPressAction(IEnumerable<String>) Constructor

Definition

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.

Applies to