0

So, i am making an Action for Google Assistant in which I want to do this

user:- ok google, talk to 'action name'
google :- and google action will open browser and go to the www.example.com to the website.

is is possible to do? if yes, then whats the code for it?

Prisoner
  • 49,922
  • 7
  • 53
  • 105

1 Answers1

2

There is no direct way to do what you want. There are, however, a number of things you can look into.

But all of them suffer from actually requiring a device that supports a web browser, and not all of them do. Smart Speakers, in particular, don't, but even Smart Displays don't support a browser currently. So you'll also need to

  • Make sure the current device they're using supports a browser
  • Possibly redirect them to the Assistant running on a device that does
Prisoner
  • 49,922
  • 7
  • 53
  • 105