InvokeAgentResponsesApiDispatchPayload Class
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 class InvokeAgentResponsesApiDispatchPayload : Azure.AI.Projects.RoutineDispatchPayload, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.InvokeAgentResponsesApiDispatchPayload>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.InvokeAgentResponsesApiDispatchPayload>
type InvokeAgentResponsesApiDispatchPayload = class
inherit RoutineDispatchPayload
interface IJsonModel<InvokeAgentResponsesApiDispatchPayload>
interface IPersistableModel<InvokeAgentResponsesApiDispatchPayload>
Public Class InvokeAgentResponsesApiDispatchPayload
Inherits RoutineDispatchPayload
Implements IJsonModel(Of InvokeAgentResponsesApiDispatchPayload), IPersistableModel(Of InvokeAgentResponsesApiDispatchPayload)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| InvokeAgentResponsesApiDispatchPayload(BinaryData) |
Initializes a new instance of InvokeAgentResponsesApiDispatchPayload. |
Properties
| Name | Description |
|---|---|
| Input |
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. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|