AzureAIProjectsModelFactory.RoutineDispatchPayload(String) 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.
Base model for a manual dispatch payload. Please note this is the abstract base class. The derived classes available for instantiation are: InvokeAgentResponsesApiDispatchPayload and InvokeAgentInvocationsApiDispatchPayload.
public static Azure.AI.Projects.RoutineDispatchPayload RoutineDispatchPayload(string type = default);
static member RoutineDispatchPayload : string -> Azure.AI.Projects.RoutineDispatchPayload
Public Shared Function RoutineDispatchPayload (Optional type As String = Nothing) As RoutineDispatchPayload
Parameters
- type
- String
The manual dispatch payload type.
Returns
A new RoutineDispatchPayload instance for mocking.