InvokeAgentInvocationsApiDispatchPayload(BinaryData) Constructor
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.
Initializes a new instance of InvokeAgentInvocationsApiDispatchPayload.
public InvokeAgentInvocationsApiDispatchPayload(BinaryData input);
new Azure.AI.Projects.InvokeAgentInvocationsApiDispatchPayload : BinaryData -> Azure.AI.Projects.InvokeAgentInvocationsApiDispatchPayload
Public Sub New (input As BinaryData)
Parameters
- input
- BinaryData
The JSON value sent as the complete downstream invocations input. The value is passed through as-is and can be an object, string, number, boolean, array, or null.
Exceptions
input is null.