Javascript 在Google Assistant webhook中进行HttpRequest

Javascript 在Google Assistant webhook中进行HttpRequest,javascript,actions-on-google,Javascript,Actions On Google,我是javascript新手,我正试图使用Webhook从我的Google助手那里发出HTTP请求。但每次我都会收到错误:“Webhook错误(206)” 答复: { “conversationToken”:“[]”, “expectUserResponse”:正确, “预期看跌期权”:[ { “输入提示”:{ “richInitialPrompt”:{ “项目”:[ { “简单响应”:{ “textToSpeech”:“姓名为Vasanth,其客户分配至100100” } } ] } }, “

我是javascript新手,我正试图使用Webhook从我的Google助手那里发出HTTP请求。但每次我都会收到错误:“Webhook错误(206)”

答复:
{
“conversationToken”:“[]”,
“expectUserResponse”:正确,
“预期看跌期权”:[
{
“输入提示”:{
“richInitialPrompt”:{
“项目”:[
{
“简单响应”:{
“textToSpeech”:“姓名为Vasanth,其客户分配至100100”
}
}
]
}
},
“可能的内容”:[
{
“意图”:“助手.意图.动作.文本”
}
],
“言语偏见提示”:[
“$alphaname”,
“$addrnum”,
“$type”
]
}
],
“responseMetadata”:{
“地位”:{
“代码”:14,
“消息”:“Webhook错误(206)”
},
“queryMatchInfo”:{
“queryMatched”:正确,
“意图”:“fd11e73a-5eda-42db-bb03-27bcf732746a”,
“参数名称”:[
“数字”
]
}
}

}
您可以检查您的服务器日志以查看是否有任何错误吗?我看不到您正在使用处理程序映射作为参数对代理调用
handleRequest