AzureAIProjectsModelFactory.AgentResponsesApiDispatchPayload Method
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.
A manual payload used to test a responses API routine dispatch.
public static Azure.AI.Projects.AgentResponsesApiDispatchPayload AgentResponsesApiDispatchPayload(BinaryData input = default);
static member AgentResponsesApiDispatchPayload : BinaryData -> Azure.AI.Projects.AgentResponsesApiDispatchPayload
Public Shared Function AgentResponsesApiDispatchPayload (Optional input As BinaryData = Nothing) As AgentResponsesApiDispatchPayload
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 AgentResponsesApiDispatchPayload instance for mocking.