SessionResponseMcpApprovalRequestItem 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 response item that represents a request for approval to call an MCP tool.
public class SessionResponseMcpApprovalRequestItem : Azure.AI.VoiceLive.SessionResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionResponseMcpApprovalRequestItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionResponseMcpApprovalRequestItem>
type SessionResponseMcpApprovalRequestItem = class
inherit SessionResponseItem
interface IJsonModel<SessionResponseMcpApprovalRequestItem>
interface IPersistableModel<SessionResponseMcpApprovalRequestItem>
Public Class SessionResponseMcpApprovalRequestItem
Inherits SessionResponseItem
Implements IJsonModel(Of SessionResponseMcpApprovalRequestItem), IPersistableModel(Of SessionResponseMcpApprovalRequestItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Arguments |
The arguments for the tool call. |
| Id |
Gets the Id. (Inherited from SessionResponseItem) |
| Name |
The name of the tool to call. |
| ServerLabel |
The label of the server that provides the tool. |