Google action not working in iphone's Google assistant application - iphone

I am developing Google Action. I am able to test with google assistant in android mobile successfully. But when I use my action in Iphone google assistant i am not able to access my google action. it says "to let me read out that information, turn on personal results in the google Home app". But I don't have Google home app. in android it is working without google home app. Is there any steps or settings need to change to make it work?

Related

Personal results for Actions on iPhones

We just launched a new Action on Google “Share Now” which works great on android phones and the Google nest hub. However, when we try to open it on iPhones, we get this the following message:
To let me read out that information, turn on personal results in the Google Home app.
In the Google Home app, I have this setting for all my speakers, but I can’t find it for the phone. Googling also only shows results for the speakers and not the iPhone. Does anybody know where personal results can be turned on for iPhones?
Thanks!
The Setting can be found in your Google Assistant app and not in the Google Home app. In the Assistant app Profile -> Devices -> iPhone (or name of your iPhone)

Action works everywhere except Google Home on iOS

I have a pretty basic conversational action built in Actions Console and Dialogflow, it's published publicly in the directory.
No surface capability requirements, so it should be available on all surfaces according to Actions Console.
I'm able to invoke the action on my Google Home Mini, on Google Assistant and Google Home on Android, on Google Assistant on iOS, but not on Google Home on iOS. There I only get the error "Sorry, isn't supported on this device."
And we get customer complaining this as well, so it's not a one-off with my account. I've also used the same account across all surfaces when testing. Any ideas what can cause this behaviour?

voice command not accept in google smart home

I am developing Smart Home in Google Home
After sync devices in google home. everything working fine with Google Home Application(https://play.google.com/store/apps/details?id=com.google.android.apps.chromecast.app&hl=en)
But when I access through voice command(okay google, turn on/off all lights/ ) then it says device not available.
If the device is not available then it should also not work from GUI of google home application. but it's work.

Is it possible to test Google Smart Home in Google Console during developments?

I am experimenting with Google Smart Home. My end goal is to receive home control events, such as Turn the lights in the living room on, in my Dialogflow fulfillment service.
I am wondering if it is possible to develop and test Google Smart Home without actual devices. That is, it would be great if I could configure a Google HomeGraph configuration via browser and verify Google Smart Home actions via the console (console.actions.google.com).
Is this possible and practical?
No, currently it isn't possible to test smart home devices with the web-based Simulator. You will need to add the device using the Google Home app on your phone and can then test it using the phone's Assistant.
As an aside, you also can't develop it using Dialogflow directly - you'll need to use the Action SDK. (You can relay it to Dialogflow if you want - but since you just get events and not conversation, it really doesn't help you much.)

Enable Google Assistant Actions for Android Wear?

How can a custom action be enabled for Android Wear? I have developed a custom Action that works fine on Google Home and the Assistant app on phone. On a watch though, it says "Not Supported". I looked at surface settings on the Actions Console but don't see any Wear specific settings.
At the moment there is no support for Android Wear. However, if you are using your webhook you can call the same 'server side' from your wear app and give the user you service on it as well. But it won't be part of the 'assistant'.