-1

I'm playing around with assistant SDK 0.1.0 .. Are "Actions on google" app supported on it? When I try to speak to my app it tells me " isn't supported on this device"

endamaco
  • 153
  • 1
  • 11

1 Answers1

0

Yes Actions on Google are supported on the Assistant SDK. Saying things like "talk to Number Genie" will hand off the conversation to a third party app.

Are you sure the device is transcribing the action's name correctly? It should behave like any other surface.

Nick Felker
  • 11,536
  • 1
  • 21
  • 35
  • Yes I've tried.. on which device did you try? For me on raspberry pi with voice aiy also the numbergenie says "isn't supported on this device" – endamaco Dec 25 '17 at 13:39
  • I'm using it on a Pi, and on my computer with the raw gRPC calls. Are you using the library or push to talk? Can you try using the text sample? Which locale are you using? – Nick Felker Dec 26 '17 at 02:11
  • I'm using the library.m the code and locale are the standard one given with the voice aiy..also another user on raspberry forum is experiencing the same – endamaco Dec 26 '17 at 16:09
  • At the moment only the grpc calls are working with actions on google. When they will be available with the assistant library? – endamaco Dec 30 '17 at 15:23