这个问题我已经有一天了,我不知道还能做些什么来解决它。
对话框流的实现只是不想进行任何HTTP调用。我总是收到这个错误:没有为platform定义的响应: DIALOGFLOW_CONSOLE
我的完整代码在下面。使一切崩溃的功能是:
function simpleGet(requestUrl) {
axios.get(https://eo1lbzchsaeazi9.m.pipedream.net/)
.then(function (response) {
// handle success
console.log(response);
})
.catch(function (error) {
// handle error
console.log(error);
})
.then(function () {
// always executed
});
}
function simpleGet(requestUrl) {
axios.get(https://eo1lbzchsaeazi9.m.pipedream.net/)
.then(function (response) {
// handle success
console.log(response);
})
.catch(function (error) {
// handle error
console.log(error);
})
.then(function () {
// always executed
});
}发布于 2022-07-14 23:50:43
对不起,这里缺少一些上下文。
在尝试使用fullfilments (即.一个API调用在后端得到一个客户交互的答案?
另外,另一个澄清性的问题--是对话流问题还是CX问题?
我看到一些开发人员为这个错误而挣扎,他们中的一些人通过更新包来修复这个错误,如下面所描述的:https://github.com/dialogflow/dialogflow-fulfillment-nodejs/issues/322
https://stackoverflow.com/questions/72987491
复制相似问题