Actions on Google support - raspberry-pi3

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"

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.

Related

Floating widget application on LG webOS Smart TV

I want to write an application in webOS as a widget that will be visible(floating) when other applications are running. Is this possible? I am unable to find any documentation related to this.
I'm not sure about it. I'm never see that behaviour in third party apps, only system apps are able to use 'overlay' feature in alerts and notifications dialogues according to WeOs developer site
http://webostv.developer.lge.com/design/webos-tv-system-ui/notifications/

Interact with Google Actions through Google Assistant SDK

I'm working on my own voice assistant based on the Google Assistant SDK. Now I'm wondering if it's possible to also communicate with custom Google Actions. (such as games and other actions that are not built-in to the SDK itself)
Thanks in advance!
Yes, when using the Assistant SDK, you have access to a fully functioning Assistant - including Actions.

Connect google assistant with chromecast( like netflix)

Is that possible to connect google assistant with chromecast like netflix.
suppose i have already developed an app for google assistant, app name is test and suppose i have something in the test app to show like report.
Is this possible that,I would say hey google, show report then. It should automatically search chromecast devices nearby and connect to near by chromecast device then show the report on that connected chromecast device.
Yes, this is possible. Since August 2018, voice commands officially work with the following apps:
Netflix
CW
CBS All Access
HBO Now
YouTube
YouTube TV
Viki
Crackle
Red Bull
Starz
Google Play Movies & TV (for videos you’ve already rented or purchased)
To use voice commands with Chromecast, you need a device with Google Assistant (such as the Google Home or Google Home Mini smart speaker), plus a phone or tablet with the Google Assistant app installed. Voice commands also work with some smart TVs that have Chromecast built in (see Google’s website for a list of supported sets). Check this article for more details.
While casting from other sources works, an action is not able to provide content that can be casted to other devices.

Conversation with google assistant sdk

I'm working with the google voice-aiy kit.
As far as I see with the assistant-sdk you should continuously say "Ok google" to ask one question and then start over if you want another one.
How this work with a DialogFlow app? Is it integrated?
When I try to talk to my app deployed to dialogflow it says to me "your is not available on this device"

Google assistant in other country - pause music

I live in Poland, where Google Assistant isn't allowed (operated) and I would like to write a simple script, which allow me to say: "Ok, google, muzyka stop". Next device will stop music play. Is it possible to write this in dialogflow or other system?
When creating apps for the Google Assistant I'd recommend staying away from use cases already covered by the Google Assistant. In this case controlling music is already covered by the Google Assistant and will already work with most music streaming providers.
If you'd like to add the Google Assistant to your device and add the option to control your device, a conversational building tool like Dialogflow is probably not the best tool. You may want to consider adding the Google Assistant and voice controls to you device use the Google Assistant SDK.

Resources