Reputation: 93
Is there any android sample project available to demonstrate how to use Actions.xml in android project. The intention is I want to integrate google-assistant to my project.
Upvotes: 1
Views: 524
Reputation: 9056
With App Actions, your app can be recommended to users as a way to fulfill their needs - at the moment they need it the most. By registering your app to handle one or more user intents, users will be able to see and interact with your app across multiple Google and Android surfaces.
Google provides a rich, ever-growing catalog of common intents. You can associate capabilities and content in your app to the intents in this catalog or define your own custom intents.More
How to integrate actions in app
Quick Tip: How to Use Android's Assist API
Optimizing Contextual Content for the Assistant
Top Answers on stackoverflow about Actions On Google
Upvotes: 1