How i can get user email,name while end user talking to Dialog flow ChatBot on Google Hangout
问题 Am going to integrate DialogFlow Bot with Hangout integration, I need the username and email whom my chatbot is communicating 回答1: You will need to set a a direct API from Hangout from there you can use Data.User to grab what you need You can see more here https://developers.google.com/resources/api-libraries/documentation/chat/v1/csharp/latest/classGoogle_1_1Apis_1_1HangoutsChat_1_1v1_1_1Data_1_1Message.html 回答2: I have the same requirement but I don't really understand the answer provided