satheesh
satheesh

Reputation: 93

Use Actions.xml in android project

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

Answers (2)

AdamK
AdamK

Reputation: 21399

At Google I/O 2019, some updates were posted about App Actions:

Upvotes: 0

sushildlh
sushildlh

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

Google Assistant SDK

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

Related Questions