Get audio in backend of each voice input Google Assistant (Dialogflow Google) - dialogflow-es

Please, could you help me solve this query?
Developed an agent in Dialogflow for users to interact by their voice. She integrated it into Google Assistant.
How can I get the audio of each input that the user tells me?
That is, if the user, through Google Assistant (on the mobile or speaker) indicates this input with a voice: "My name is Juan PĂ©rez", I would like to be able to retrieve the audio (not the text, but the audio file with your voice) from backend.
Is this possible?
thank you
All the best

The platform through Actions on Google does not provide a way to access the audio uttered by the user.

Related

How to add google assistant or alexa to our own websites or apps using their sdk?

I just wanted to know if we can somehow integrate alexa or google assistant onto a website I made. I don't want to make completely new skills or apps. I just wanted to know if I type something, can I get a reply from google assistant or alexa and show on website.
I think Google has some google assistant sdk but then, it's written on python and even the node-js one is dependent on python environments
So is there any chance I can do this?
No.
The only way to initiate conversation with the smart speaker is by voice. No server side activation, sorry.

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.

Play youtube video from my application on Google Home

Google home is connected to chromcast I have ability to play youtube video. But when I launch my application base on dialogflow, I don't know how to do it.
Maybe I should use a different environment instead of dialogflow? There is any ability to have access to chromecast remotely (from external server)?
Thx
There is currently no way to trigger a cast application from a Google Assistant Action without specifically partnering with Google.

Record audio using Google Actions

We are looking to build Google Action where it will record small snippets (like a voice TODO list) and can be played later.
Is there any documentation for this?
In short - no. Google does not provide access to the audio stream from the Assistant. You can get the Speech To Text (STT) processed by Google, however, using the Actions on Google API.

How to use Google Assistant voice as Text to Speech

Hi is there any way of using Google Assistant as a Text to Speech and output mp3 file.
I know of CLOUD TEXT-TO-SPEECH program, but I want to use Google assistant's new voice which is more clear and realistic
thanks in advance

Resources