How to get user information using webhook in c#
问题 I'm using api.ai and for webhook visual studo 2015 c# . I have created some action for some intents and now i'm looking for an action called "welcome.input". I want to get username of the user. If the user is starting conversation with the bot for the first time i want to give him the possibility to view help menu or standard menu , and when the user re-enter in the bot i want to send text : Welcome back {username} and to show him the standard menu. Have you any idea how to do this. I was