@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
6 lines (5 loc) • 449 B
TypeScript
import { ActionRequest } from '@botonic/react';
import { FlowBuilderApi } from '../api';
import { HtKeywordNode, HtSmartIntentNode } from '../content-fields/hubtype-fields';
import { SmartIntentsInferenceConfig } from './smart-intent';
export declare function getNodeByUserInput(cmsApi: FlowBuilderApi, locale: string, request: ActionRequest, smartIntentsConfig: SmartIntentsInferenceConfig): Promise<HtSmartIntentNode | HtKeywordNode | undefined>;