Ajustes de Mensagens e Documentação #93
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export class GBConversationalService implements IGBConversationalService {
|
|||
GBLog.info(`NLP called: ${intent} ${firstEntity}`);
|
||||
|
||||
try {
|
||||
await step.replaceDialog(` /${intent}`, nlp.entities);
|
||||
await step.replaceDialog(`/${intent}`, nlp.entities);
|
||||
|
||||
return Promise.resolve(true);
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue