简体   繁体   English

在我的dialogflow代理中使用Google导航卡

[英]Use the google navigation card in my dialogflow agent

Is there a way i can use Google's Navigation Card, the one shown when you ask something like "Navigate to home", in my agent ? 有没有办法可以使用谷歌的导航卡,当你在我的代理商中询问“导航到家”这样的东西时会出现这种情况? I can't find any tutorials related to this. 我找不到任何与此相关的教程。 I was trying to open Maps application, but this (Google's Navigation Card) is more suitable to my requirement, as if the user doesn't want to go to the link. 我试图打开地图应用程序,但这个(Google的导航卡)更适合我的要求,就好像用户不想去链接一样。

Actions on Google (the Google Assistnat 3rd party platform) doesn't support navigation cards for 3rd party apps yet. Google上的操作(Google Assistnat第三方平台)不支持第三方应用的导航卡。 You can emulate a navigation card by: 您可以通过以下方式模拟导航卡:

  1. Creating a basic card 创建基本卡
  2. Make the image of the basic card a screenshot of the directions 使基本卡的图像成为方向的屏幕截图
  3. Make the button of the basic card a deep link to Google maps for the desired directions 使基本卡片的按钮与Google地图深层链接,以获得所需的指示

No, the Actions on Google platform is separate from whatever capabilities are on the underlying OS platform. 不,Google平台上的操作与底层操作系统平台上的任何功能都是分开的。

You may wish to look into using the Static Maps API to provide the image and path as an overview on a card, and then include a link out to the app if the user wants to do navigation. 您可能希望使用静态地图API来提供图像和路径作为卡片上的概述,然后在用户想要进行导航时包含指向应用程序的链接。

暂无
暂无

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

相关问题 如何在Google Assistant中将Dialogflow代理转换为Human? - How to handoff Dialogflow Agent to Human in Google Assistant? 是否可以将Google Wavewave文本语音转换模型用于Dialogflow代理的Google动作集成? - Is it possible to use Googles WaveNet Text-To-Speech model for the Actions-On-Google integration of a Dialogflow agent? 在Google上执行的操作正常,但是Dialogflow代理已损坏 - Action on Google working, but with a Dialogflow agent broken 如何将 DialogFlow 代理添加为 Google 操作? - How to add a DialogFlow Agent as a Google Action? 浏览轮播卡不适用于 Dialogflow 中的谷歌助手 - Browse Carousel Card not working for google assistant in Dialogflow 无论如何,是否可以使Google Assistant的语音识别更好地识别我的dialogflow代理中使用的单词? - Is there anyway to make google assistant's speech recognition better recognise words used in my dialogflow agent? 我需要为我的Google应用程序使用Dialogflow吗? - Do I need to use Dialogflow for my Google app? Dialogflow 代理不使用 Google 助理说出响应 - Dialogflow Agent doesn't speaks responses with Google Assistant 在 google home mini 中进行测试时,Dialogflow 代理的响应不同 - Dialogflow agent responding differently when testing in google home mini 将更改保存到DialogFlow代理后,Google帐户链接上的操作丢失 - Actions on Google account linking lost after saving changes to DialogFlow agent
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM