SessionResponseMcpApprovalResponseItem 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 response to an MCP approval request.
public class SessionResponseMcpApprovalResponseItem : Azure.AI.VoiceLive.SessionResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionResponseMcpApprovalResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionResponseMcpApprovalResponseItem>
type SessionResponseMcpApprovalResponseItem = class
inherit SessionResponseItem
interface IJsonModel<SessionResponseMcpApprovalResponseItem>
interface IPersistableModel<SessionResponseMcpApprovalResponseItem>
Public Class SessionResponseMcpApprovalResponseItem
Inherits SessionResponseItem
Implements IJsonModel(Of SessionResponseMcpApprovalResponseItem), IPersistableModel(Of SessionResponseMcpApprovalResponseItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ApprovalRequestId |
The ID of the approval request. |
| Approve |
Whether the tool call was approved. |
| Id |
Gets the Id. (Inherited from SessionResponseItem) |
| Reason |
The reason for the approval decision. |