AzureAIProjectsModelFactory.DispatchRoutineResponse 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.
Identifiers returned after a routine dispatch is queued.
public static Azure.AI.Projects.DispatchRoutineResponse DispatchRoutineResponse(string dispatchId = default, string actionCorrelationId = default, string taskId = default);
static member DispatchRoutineResponse : string * string * string -> Azure.AI.Projects.DispatchRoutineResponse
Public Shared Function DispatchRoutineResponse (Optional dispatchId As String = Nothing, Optional actionCorrelationId As String = Nothing, Optional taskId As String = Nothing) As DispatchRoutineResponse
Parameters
- dispatchId
- String
The dispatch identifier created for the routine dispatch.
- actionCorrelationId
- String
A downstream action correlation identifier, when available.
- taskId
- String
A workspace task identifier created for the dispatch, when available.
Returns
A new DispatchRoutineResponse instance for mocking.