I am using Actions On Google / Dialogflow to create a custom Google assistant app. I would like to link from my action to Google maps. So the user can be navigated to the suggested location.
An example conversation would be:
User: Where is my nearest post box? Assistant: Your nearest post box is in London, two miles away, would you like to Navigate there? User: Yes ---Google Maps opens and with directions running---
I can do this with a phone, because I can use a Button but this use case makes the most sense in Android Auto, which isn't classed as a smart display so doesn't support Buttons.
Is there any way I can show a notification or link out to Google Maps from the assistant?