0

我正在使用 jovo 框架(版本 1.0.0),我面临以下问题:

在 app.js 中:

app.setHandler({
  'NEW_USER': () => {
    this.tell('Hello, I've just installed this skill.');
  }
});

当用户不熟悉该技能时,我收到以下错误:

TypeError:this.tell 不是函数

我不能在 NEW_USER 中使用 this.tell 吗?

系统环境:

  • Windows 10 家庭版
  • 节点JS:v8.9.1

我非常感谢您能提供的任何帮助。

4

0 回答 0