我想将用户的计数值存储在插槽中,但我不知道它有什么问题,因为console.log(quan)打印未定义且我的代码是
'实施例':
function(){
this.emit(':ask','what is the count ','Tell me some quantity');
var qn=this.event.request.intent.slots.quan.value;
console.log('quantity value '+qn);
}