InvokeAgentResponsesApiDispatchPayload(BinaryData) Constructor

Definition

Initializes a new instance of InvokeAgentResponsesApiDispatchPayload.

public InvokeAgentResponsesApiDispatchPayload(BinaryData input);
new Azure.AI.Projects.InvokeAgentResponsesApiDispatchPayload : BinaryData -> Azure.AI.Projects.InvokeAgentResponsesApiDispatchPayload
Public Sub New (input As BinaryData)

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.

Exceptions

input is null.

Applies to