AzureAIProjectsModelFactory.InvokeAgentResponsesApiDispatchPayload Method

Definition

A manual payload used to test a responses API routine dispatch.

public static Azure.AI.Projects.InvokeAgentResponsesApiDispatchPayload InvokeAgentResponsesApiDispatchPayload(BinaryData input = default);
static member InvokeAgentResponsesApiDispatchPayload : BinaryData -> Azure.AI.Projects.InvokeAgentResponsesApiDispatchPayload
Public Shared Function InvokeAgentResponsesApiDispatchPayload (Optional input As BinaryData = Nothing) As InvokeAgentResponsesApiDispatchPayload

Parameters

input
BinaryData

The JSON value sent as the complete downstream responses input. The value is passed through as-is and can be an object, string, number, boolean, array, or null.

Returns

A new InvokeAgentResponsesApiDispatchPayload instance for mocking.

Applies to