VoiceAgentToolboxTool(String, 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 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.