Language

VoiceAgentToolboxTool(String, String) Constructor

Definition

Initializes a new instance of VoiceAgentToolboxTool.

public VoiceAgentToolboxTool(string toolboxName, string toolboxVersion);
new Azure.AI.Projects.Agents.VoiceAgentToolboxTool : string * string -> Azure.AI.Projects.Agents.VoiceAgentToolboxTool
Public Sub New (toolboxName As String, toolboxVersion As String)

Parameters

toolboxName
String

The name of the toolbox to attach.

toolboxVersion
String

The immutable version of the toolbox to attach.

Exceptions

toolboxName or toolboxVersion is null.

Applies to