Hi,
I am aiming at building a Google agent. Google assistant allows you to specify your nickname. I was wondering if there was a way to call that nickname (or else the username) in an intent's response (e.g. "Hey [nickname], I am [Test App]. Would you like to play the news?"). I googled it many times without finding any useful result. Of course I could create an intent asking for the name and save it under the entity @sys.person but getting the pre-defined nickname could both save time and possibly errors. Any idea on how to do this on Dialogflow? Maybe on Google Actions?
Thanks for you patience :)