new(all): Additional interfaces for text processing in .gbapp.

This commit is contained in:
Rodrigo Rodriguez 2021-07-29 15:15:26 -03:00
parent e9ba87d554
commit a9eec73529

View file

@ -138,7 +138,7 @@ export class AskDialog extends IGBDialog {
handled = true; handled = true;
} }
}); });
data.step = null;
await step.beginDialog(nextDialog ? nextDialog : '/answer', { await step.beginDialog(nextDialog ? nextDialog : '/answer', {
data: data, data: data,
query: text, query: text,