UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

11 lines 296 B
export declare enum ProjectNLP { /** * @deprecated * LUIS NLU is being sunset by Microsoft and we are replacing it with VFNLU. Use * `ProjectNLP.VFNLU` instead. */ LUIS = "LUIS", VFNLU = "VFNLU" } export type Variable = string; //# sourceMappingURL=common.d.ts.map