Individual workflow suggestion from semantic search API.
const suggestion: WorkflowSuggestion = { workflowName: 'Customer verification', description: 'Verify customer identity', priority: 1};
Description of what the workflow does.
Priority ranking of the suggestion (lower is higher priority).
Name of the suggested workflow.
Generated using TypeDoc
Individual workflow suggestion from semantic search API.