此 Alexa Doc显示 sessionAttributes 是响应参数之一,而不是在response
对象内。
我正在使用Alexa SDK,所有emit
响应构建器都只使用response
对象的参数。例如:
this.emit(':elicitSlot', slotToElicit, speechOutput, repromptSpeech, updatedIntent)
那么如何emit()
从 Alexa SDK 使用并在响应中传递更新的 sessionAttributes 呢?