Fix(core.gbapp): Fixing nlp typo
This commit is contained in:
parent
3e320e2d3e
commit
c697ead53a
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