Sprache

VoiceAgentFunctionTool(String) Constructor

Definition

Initializes a new instance of VoiceAgentFunctionTool.

public VoiceAgentFunctionTool(string name);
new Azure.AI.Projects.Agents.VoiceAgentFunctionTool : string -> Azure.AI.Projects.Agents.VoiceAgentFunctionTool
Public Sub New (name As String)

Parameters

name
String

The function name.

Exceptions

name is null.

Applies to