简体   繁体   中英

How to deploy a Dialogflow bot on Google assistant that will call a number?

I want to create a DialogFlow agent that will be Deployed on the Google Assistant that will get a Phone number from a backend service and will be able to call the number using the Google Assistant. Is it possible?

You can only play sound files or play streams. The Google Assistant also doesn't provide you with the actual sound that was recorded as it always converts the detected sound to text. This text is then delivered to your Action.

You could however call someone from your back-end using Twilio by synthesizing the text that was detected. Responding to whatever the person you're calling says would be hard as well.

I usually opt for sending text messages instead of calling when using Actions.

The platform does not support the ability to programmatically call telephone numbers through the user's phone.

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