fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 43e70bbe41 - Show all commits

View file

@ -274,7 +274,7 @@ export class GBConversationalService {
}
public async sendToMobile(min: GBMinInstance, mobile: string, message: string) {
min.whatsAppDirectLine.sendToDevice(mobile, message);
await min.whatsAppDirectLine.sendToDevice(mobile, message);
}
public static async getAudioBufferFromText(speechKey, cloudRegion, text, locale): Promise<string> {