Freigeben über


CreateResponse.Implicit(CreateResponse to BinaryContent) Operator

Definition

public static implicit operator System.ClientModel.BinaryContent(Azure.AI.AgentServer.Responses.Models.CreateResponse createResponse);
static member op_Implicit : Azure.AI.AgentServer.Responses.Models.CreateResponse -> System.ClientModel.BinaryContent
Public Shared Widening Operator CType (createResponse As CreateResponse) As BinaryContent

Parameters

createResponse
CreateResponse

The CreateResponse to serialize into BinaryContent.

Returns

Applies to