VoiceAgentFunctionTool Class
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.
A native function tool executed by the client.
public class VoiceAgentFunctionTool : Azure.AI.Projects.Agents.VoiceAgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.VoiceAgentFunctionTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.VoiceAgentFunctionTool>
type VoiceAgentFunctionTool = class
inherit VoiceAgentTool
interface IJsonModel<VoiceAgentFunctionTool>
interface IPersistableModel<VoiceAgentFunctionTool>
Public Class VoiceAgentFunctionTool
Inherits VoiceAgentTool
Implements IJsonModel(Of VoiceAgentFunctionTool), IPersistableModel(Of VoiceAgentFunctionTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| VoiceAgentFunctionTool(String) |
Initializes a new instance of VoiceAgentFunctionTool. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the function, including guidance on when and how to call it, and guidance about what to tell the user when calling (if anything). |
| Name |
The function name. |
| Parameters |
Parameters of the function in JSON Schema. |