0

How to detect username/email associated with google account from Google home? i would like to use this name/email in greetings.

for example, If user say, "OK google, Good Morning" expecting below reply from Google home, "Good Morning user , how I can help you?" (user replaced with actual name )

Also tried to create intent in api.ai but need to provide name first and then GH will use that name in reply. GH shouldn't speak user's name from its associated google account.

1 Answers1

1

For names, you can use the permissions documented here. Also take a look at this sample.

Emails are currently not supported without using account linking.

Ahmed Mounir
  • 1,322
  • 2
  • 12
  • 19