【发布时间】:2016-12-08 16:37:47
【问题描述】:
我正在使用 Node.js 客户端库来编写我的操作,但是在第一条消息之后麦克风就关闭了,我从来没有从用户那里得到答案。 这是我正在使用的代码:
let intent = assistant.getIntent();
switch (intent) {
case WELCOME_INTENT:
assistant.tell(‘Hi! Tell me something and I’ll repeat it.');
break;
}
【问题讨论】: