Is there a way to know to detect punctuation such as periods and commas in the audio taken by Google Home or Assistant? The output text is one long sentence instead of sentences separated by periods.
I am thinking it can be found in the action package or the requests and responses of fulfillment url. The closest I found is the Google Speech-to-Text API which requires an audio file.
Thank you in advance.
Edit: I am using Actions SDK from Google Actions