简体   繁体   English

Dialogflow 禁用 Google 助理

[英]Dialogflow disable Google Assistant

I am trying to enable webhook fulfillment in my Dialogflow agent.我正在尝试在我的 Dialogflow 代理中启用 webhook 实现。 However, whenever I go to input the URL of my service, I get an error saying You can use only https:// in fulfillment url when "Google Assistant" integration enabled .但是,每当我输入我的服务的 URL 时,我都会收到一条错误消息,提示You can use only https:// in fulfillment url when "Google Assistant" integration enabled I have no interest in using the Google Assistant integration.我对使用 Google Assistant 集成没有兴趣。 So how can I disable it so that I can send webhooks to my http:// service?那么如何禁用它以便我可以将 webhooks 发送到我的 http:// 服务?

在此处输入图片说明

Thanks谢谢

I just had the same issue, if you don't need a secure connection via HTTPS here is how to remove Google Assistant integration and use a simple HTTP webhook fulfillment :我刚刚遇到了同样的问题,如果您不需要通过 HTTPS 的安全连接,这里是如何删除 Google Assistant 集成并使用简单的 HTTP webhook 实现:

  1. Export your DialogFlow bot :导出您的 DialogFlow 机器人:

出口

  1. Delete the bot:删除机器人:

在此处输入图片说明

  1. Create a new empty bot and set a http webhook :创建一个新的空机器人并设置一个 http webhook:

在此处输入图片说明

  1. Import your previously exported bot :导入您之前导出的机器人:

在此处输入图片说明

  1. Now you should have your previous bot working & released from Google Assistant现在你应该让你以前的机器人工作并从 Google Assistant 中释放出来

您可以使用 ngrok 将您的 http://localhost:8080 更改为 https 并在履行中使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 浏览轮播卡不适用于 Dialogflow 中的谷歌助手 - Browse Carousel Card not working for google assistant in Dialogflow Dialogflow 列表第一次在 Google 助理上不起作用 - Dialogflow list does not work on Google Assistant the first time 谷歌DialogFlow V2实现中的神秘错误(谷歌助手模拟器空响应,请求,错误选项卡) - Google DialogFlow V2 mysterious error in fulfillment (Google Assistant simulator empty response, request, error tab) 使用 Google Assistant 在 Dialogflow 中的第一个 Intent 响应之前初始化 Session 实体类型 - Initialize Session Entity Types before the first Intent response in Dialogflow with Google Assistant Dialogflow Google Assistant Alpha 版本总是失败并显示以下消息:“对于 en:您的示例发音结构不正确。” - Dialogflow Google Assistant Alpha release always failing with the following message: “For en: Your sample pronunciations are structured incorrectly.” 如何禁用DialogFlow历史记录/日志? - How to disable DialogFlow history/log? Dialogflow定价和Google Cloud定价 - Dialogflow pricing and Google Cloud pricing GoogleDialogflow闲聊问题 - Google dialogflow small talk issue 删除Google Project上的Dialogflow /动作 - Delete Dialogflow/Actions on Google Project 如何在没有对话流程的情况下使用Google助手 - How to use Google assistant without dialog flow
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM