new(whatsapp.gblib): FB Analytics.

This commit is contained in:
Rodrigo Rodriguez 2025-02-16 18:24:08 -03:00
parent a693265cb1
commit ffd7b52ade

View file

@ -59,7 +59,7 @@ export class QualityDialog extends IGBDialog {
new WaterfallDialog('/report', [ new WaterfallDialog('/report', [
async step => { async step => {
const locale = step.context.activity.locale; const locale = step.context.activity.locale;
await min.conversationalService.sendText(min, step, await min.whatsAppDirectLine.getLatestTemplateReport()); await min.conversationalService.sendText(min, step, await min.whatsAppDirectLine.getLatestCampaignReport());
return await step.replaceDialog('/ask', { isReturning: true }); return await step.replaceDialog('/ask', { isReturning: true });
} }
]) ])