UNPKG

n8n-nodes-mtai-zalo-test-trial

Version:

Các node hỗ trợ Zalo cho n8n

8 lines (7 loc) 335 B
import { IHookFunctions } from 'n8n-workflow'; export declare function processVoiceMessage(voiceUrl: string, nodeThis: IHookFunctions, witaiCredentials: any, voiceProcessingMode: string, manualLanguage: string): Promise<{ voiceText: string; detectedLanguage?: string; confidence?: number; processingError?: string; }>;