简体   繁体   English

从会话 Webhook 调用 Google 助理

[英]Calling Google Assistant from Conversational Webhook

Is there a way to call google assistant from the conversational webhook and return the response?有没有办法从会话 webhook 调用谷歌助手并返回响应? Ie if a user asks "Where's the closest store", can I get the answer from google assistant and return it?即如果用户问“最近的商店在哪里”,我可以从谷歌助手那里得到答案并返回吗?

There's no capability to programmatically send a request to the Assistant in your Action in the same manner that a user would through the Assistant normally.无法以与用户通常通过助手相同的方式在您的操作中以编程方式向助手发送请求。 To handle specific functionality like finding nearby stores, you would need to handle that on your own such as with the Maps API.要处理查找附近商店等特定功能,您需要自行处理,例如使用地图 API。

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

相关问题 来自 webhook 的 Google Assistant 响应无效:无法将 JSON 转换为 ExecuteHttpResponse - Google Assistant Invalid response from webhook: Failed to translate JSON to ExecuteHttpResponse Google智能助理会公开传入的webhook - Google Assistant expose incoming webhook Google Assistant Webhook插槽填充自定义 - Google Assistant webhook slot filling customize Google 助理呼叫网络挂钩 - Google Assitant calling webhook Dialogflow Webhook实现未显示在Google Assistant Simulator中 - Dialogflow Webhook Fulfillment not showing in Google Assistant Simulator dialogflow-从“ Google Assistant集成”进行测试时,我的履约网钩未收到发布请求 - dialogflow - my fulfillment webhook does not receive a post request when testing from “google assistant integrations” 如何在 @assistant/conversation 中关闭来自 webhook 的对话 - How to close conversation from the webhook in @assistant/conversation 适用于Google Assistant对话Webhook的Proto文件或类似文件? - Proto file or similar available for google assistant conversation webhook? 替代 Google 会话操作 - Alternative to Google conversational action 测试 Google Assistant 未连接到我的 Dialogflow Webhook fulfillment - Test Google Assistant is not connecting with my Dialogflow Webhook fulfillment
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM