首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >没有为平台定义响应: DIALOGFLOW_CONSOLE

没有为平台定义响应: DIALOGFLOW_CONSOLE
EN

Stack Overflow用户
提问于 2022-07-14 23:04:15
回答 1查看 49关注 0票数 0

这个问题我已经有一天了,我不知道还能做些什么来解决它。

对话框流的实现只是不想进行任何HTTP调用。我总是收到这个错误:没有为platform定义的响应: DIALOGFLOW_CONSOLE

我的完整代码在下面。使一切崩溃的功能是:

代码语言:javascript
复制
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
});
}
EN

回答 1

Stack Overflow用户

发布于 2022-07-14 23:50:43

对不起,这里缺少一些上下文。

在尝试使用fullfilments (即.一个API调用在后端得到一个客户交互的答案?

另外,另一个澄清性的问题--是对话流问题还是CX问题?

我看到一些开发人员为这个错误而挣扎,他们中的一些人通过更新包来修复这个错误,如下面所描述的:https://github.com/dialogflow/dialogflow-fulfillment-nodejs/issues/322

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/72987491

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档