Search code examples
dialogflow-esactions-on-googlegoogle-home

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?


Solution

  • 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.