Response type for workflow suggestion API.
const response: WorkflowSuggestionResponse = { timestamp: '2026-03-11T17:57:16.238805Z', suggestsWorkflow: [{ workflowName: 'Verify', description: 'Verify customer', priority: 1 }]};
Array of workflow suggestions from semantic search.
Timestamp of the API response.
Generated using TypeDoc
Response type for workflow suggestion API.