UNPKG

@botonic/plugin-flow-builder

Version:

Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.

8 lines (7 loc) 356 B
import type { BotonicContext } from '@botonic/core'; import type { SmartIntentResponse, SmartIntentsInferenceRequestData } from '../types'; export declare class SmartIntentClient { botonicContext: BotonicContext; constructor(botonicContext: BotonicContext); getInference(data: SmartIntentsInferenceRequestData): Promise<SmartIntentResponse>; }