app-actions

Why is my custom intent mixing parameters?

陌路散爱 提交于 2021-02-10 17:53:32
问题 I have a custom intent for app actions to say something like these sentences: Hey Google, open MyCookingApp to bake a Cake for 10 minutes Hey Google, open MyCookingApp to bake a Pizza for 15 minutes Hey Google, open MyCookingApp to bake a Pizza (here the user doesn't specify any time) To do this I use this custom intent: <action intentName="custom.actions.intent.BAKE_SOMETHING" queryPatterns="@array/ExampleQueries"> <!-- Define parameters --> <parameter name="text1" type="https://schema.org

Built in intent “actions.intent.GET_ACCOUNT” in App actions not called by user query “Check Balance in mybank”

自古美人都是妖i 提交于 2021-01-29 14:37:41
问题 Tested on android version 7.2 . Works fine when user queries "Check saving balance from mybank " or "Check current balance in mybank" where mybank is app name created in APP action test tool. intent is called and onBindSlice receives parameter " saving " and " current " as parameter but does not work for "Check Balance in mybank" no parameter is captured. how can i make custom user queries work? here is my google actions file <?xml version ="1.0" encoding ="utf-8"?><!-- Learn More about how

App Action working via App Action Tool Plugin but not with voice command in Google Assistant Screen

僤鯓⒐⒋嵵緔 提交于 2021-01-05 08:55:33
问题 Logged in using the same credentials (Android Studio, Google Console, Real Device - Samsung s10+) and Device language set to EN-US. Selected App Action tool plugin from the tools menu Gave invocation name (todo app) and locale to En-US Changed default feature "History" with my command (In my case "Open active tasks in todo app") Tapped on Update Preview. Once the preview updated, Run the command via the AATT tool, it's working perfectly. Once the preview updated successfully, Opened the

App Action working via App Action Tool Plugin but not with voice command in Google Assistant Screen

两盒软妹~` 提交于 2021-01-05 08:52:14
问题 Logged in using the same credentials (Android Studio, Google Console, Real Device - Samsung s10+) and Device language set to EN-US. Selected App Action tool plugin from the tools menu Gave invocation name (todo app) and locale to En-US Changed default feature "History" with my command (In my case "Open active tasks in todo app") Tapped on Update Preview. Once the preview updated, Run the command via the AATT tool, it's working perfectly. Once the preview updated successfully, Opened the

Google assistant not taking the new URI on Android app

喜你入骨 提交于 2020-12-15 06:09:59
问题 I'm Integrating the google assistant using App Actions and BII(Built-in Intents). The issue is when I tried with the voice command it's not opening the intended screen rather it just opens the app..when I debugged it incoming URI is different(Old one) but I have a different one now. Actions.Xml <actions> <action intentName="actions.intent.OPEN_APP_FEATURE"> <!-- Each parameter can reference an entity set using a custom ID. --> <parameter name="feature"> <entity-set-reference entitySetId=

Google assistant not taking the new URI on Android app

橙三吉。 提交于 2020-12-15 06:09:05
问题 I'm Integrating the google assistant using App Actions and BII(Built-in Intents). The issue is when I tried with the voice command it's not opening the intended screen rather it just opens the app..when I debugged it incoming URI is different(Old one) but I have a different one now. Actions.Xml <actions> <action intentName="actions.intent.OPEN_APP_FEATURE"> <!-- Each parameter can reference an entity set using a custom ID. --> <parameter name="feature"> <entity-set-reference entitySetId=

App Actions test tool with google assistant shows “Sorry, I couldn't find it”

旧城冷巷雨未停 提交于 2020-07-21 05:54:04
问题 I am facing the issue while running the app actions fitness sample with App Actions test tool, the assistant says "Sorry, I couldn't find that" Steps Followed: Uploaded the APK to play store internal test track in draft mode Logged in with same account to (Device, PlayConsole and AndroidStudio) Changed the packageId to the app which I have uploaded to playstore Running App Actions Test Tool -> Preview uploaded successfully Run -> Opens Assistant in device with message 'Sorry, Couldn't find

App Actions test tool with google assistant shows “Sorry, I couldn't find it”

…衆ロ難τιáo~ 提交于 2020-07-21 05:54:03
问题 I am facing the issue while running the app actions fitness sample with App Actions test tool, the assistant says "Sorry, I couldn't find that" Steps Followed: Uploaded the APK to play store internal test track in draft mode Logged in with same account to (Device, PlayConsole and AndroidStudio) Changed the packageId to the app which I have uploaded to playstore Running App Actions Test Tool -> Preview uploaded successfully Run -> Opens Assistant in device with message 'Sorry, Couldn't find

Android App Actions does not work with voice command

∥☆過路亽.° 提交于 2019-12-24 01:42:30
问题 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 hit "Run" in the tool but the Slice does not work with the Voice command. Is the feature available to launch slice using voice command. I already have a draft posted on play store and using the same account for Android studio and the assistant. Expected that the slice would launch with the voice command of the intent

Creating custom Built in Intents for App Actions

故事扮演 提交于 2019-12-22 17:09:38
问题 There is a list of Built-in Intents available that can be used in App Actions on the Google Developers website, is there any way we can create our custom Built-in Intents? 回答1: No, it's not currently possible to create custom built-in intents for App Actions. As per the App Actions docs: If these built-in intents do not support your use case, please file a feature request on the public issues tracker As a side note, while not custom, there is a more generic "open app feature" ( actions.intent