Skip to content Skip to sidebar Skip to footer

Android App Actions Does Not Work With Voice Command

I am trying to implement app actions and slice (for fulfillment) in my android app. I am testing the feature with 'App Actions Test Tool' and the slice loads up immediate when I hi

Solution 1:

Yes, it should work for most App Actions, however, you will need to test with the correct phrase. Some App Actions may also not work correctly via voice at this time, if so you can file a bug here.

To test this out:

  1. Review the test phrases under each built-in intent in the documentation here.

  2. Configure or check your invocation name in the Studio Test Tool plugin: enter image description here

  3. Invoke the test phrase with your invocation name by speaking or by typing (typing can be easier for testing initially).

  4. I recommend you try first with the Fit Actions sample app along with the START and STOP exercise App Actions as these should work reliably.

Solution 2:

I just spent the weekend trying to get the sample to work, only to see this...

From: https://developers.google.com/actions/appactions/overview

Check the big grey box at the top of the page: "You can build and test App Actions, but user triggering from the Assistant is not available yet."

:(

Post a Comment for "Android App Actions Does Not Work With Voice Command"