dueros监听无法识别的用户表达

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/web_xiaolei/article/details/98889331

dueros监听无法识别的用户表达

引用系统缺省意图并监听
在这里插入图片描述
在这里插入图片描述

this.addIntentHandler('ai.dueros.common.default_intent', () => {
	this.waitAnswer();
    this.setExpectSpeech(false);
    return {
        outputSpeech: '没有听懂您的意思,你可以试着对我说...',
        shouldEndSession: false
    }
});

猜你喜欢

转载自blog.csdn.net/web_xiaolei/article/details/98889331