new(whatsapp.gblib): FB Analytics.
This commit is contained in:
parent
a693265cb1
commit
ffd7b52ade
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue