ResponseFileSearchCallCompletedEvent.Explicit Operator

Definition

public static explicit operator Azure.AI.AgentServer.Responses.Models.ResponseFileSearchCallCompletedEvent(System.ClientModel.ClientResult result);
static member op_Explicit : System.ClientModel.ClientResult -> Azure.AI.AgentServer.Responses.Models.ResponseFileSearchCallCompletedEvent
Public Shared Narrowing Operator CType (result As ClientResult) As ResponseFileSearchCallCompletedEvent

Parameters

result
ClientResult

The ClientResult to deserialize the ResponseFileSearchCallCompletedEvent from.

Returns

Applies to