ResponseCreatedEvent.Explicit(ClientResult to ResponseCreatedEvent) Operator

Definition

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

Parameters

result
ClientResult

The ClientResult to deserialize the ResponseCreatedEvent from.

Returns

Applies to