简体   繁体   English

如何通过我在Google上的操作拨打电话?

[英]How can I make a call from my action on google?

I'm building an action for Google Assistant using DialogFlow. 我正在使用DialogFlow为Google助手构建操作。

And for this action, I want an intent say "Call X" with which the user can call "X". 对于此操作,我想要一个意图说“ Call X”,用户可以用它来调用“ X”。

Here "X" is not a contact in the user's device but a contact defined within my intent's response. 这里的“ X”不是用户设备中的联系人,而是在我的意图响应中定义的联系人。

Is there any option with which I can achieve any of the following for my action? 有什么选择可以使我的行动达到以下目的?

  • Make a Call to X, or atleast 致电X,或至少
  • Open up the dialer with the defined number from my action 用我的操作打开带有定义号码的拨号器

Please guide me on this. 请指导我。

您可以做的是使用帮助者意图,通过该意图您将获得电话的许可来进行呼叫,然后使用完全填充逻辑执行操作。

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

相关问题 如何让我的机器人接收并保存我发送的文件? - How can I make my bot receive and save a file I send it? 如何让我的深度学习聊天机器人使用正确的数据集路径? - How can I make my deeplearning chatbot use the correct path to my dataset? 为了找出我正在用句子写的情绪,我该如何使我的聊天机器人成为现实? - To find out which emotion I'm writing in sentence, How can I make my chatbot? 如何让我的聊天机器人只在下午 6 点到早上 8 点回答 - IBM Watson - How do I make my Chatbot to ONLY answer from 6pm to 8am - IBM Watson 如何根据 python 中的用户输入执行操作 - how can I do the action based on user input in python 我如何在 Rasa 的自定义操作中使用 action_listen - How can i use action_listen inside a custom action in Rasa 如何在本地服务器上的Google API上设置操作? - How to setup action on Google API on local server? 如何使这些数组正常运行? - How can I make these arrays function properly? 如何让我的代理重复任何名称 - Dialogflow - How do I make my agent repeat any name - Dialogflow 如何从外部服务向Google上的操作进行异步调用? - How to make asynchronous calls from external services to actions on google?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM