ResponseMCPCallArgumentsDoneEvent.Explicit Operator
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.
public static explicit operator Azure.AI.AgentServer.Responses.Models.ResponseMCPCallArgumentsDoneEvent(System.ClientModel.ClientResult result);
static member op_Explicit : System.ClientModel.ClientResult -> Azure.AI.AgentServer.Responses.Models.ResponseMCPCallArgumentsDoneEvent
Public Shared Narrowing Operator CType (result As ClientResult) As ResponseMCPCallArgumentsDoneEvent
Parameters
- result
- ClientResult
The ClientResult to deserialize the ResponseMCPCallArgumentsDoneEvent from.