Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowSuggestionResponse

Response type for workflow suggestion API.

example
const response: WorkflowSuggestionResponse = {
timestamp: '2026-03-11T17:57:16.238805Z',
suggestsWorkflow: [{ workflowName: 'Verify', description: 'Verify customer', priority: 1 }]
};

Hierarchy

  • WorkflowSuggestionResponse

Index

Properties

suggestsWorkflow: WorkflowSuggestion[]

Array of workflow suggestions from semantic search.

timestamp: string

Timestamp of the API response.

Generated using TypeDoc