简体   繁体   中英

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

I'm building an action for Google Assistant using DialogFlow.

And for this action, I want an intent say "Call X" with which the user can call "X".

Here "X" is not a contact in the user's device but a contact defined within my intent's response.

Is there any option with which I can achieve any of the following for my action?

  • Make a Call to X, or atleast
  • Open up the dialer with the defined number from my action

Please guide me on this.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM