Am working on a android project, where user wants to change his status online/offline through voice command. Whenever user says "Ok Google, make me online"
1.My action should be routed to my application context from google assistant, there I can change user status online/offline, is it possible?.
If not possible, can I do like this.
2.Whenever user says "Ok Google, make me online" can google assistant show button with my application icon like this,(but that should be specific for my app)
If above is possible, from the google assistant, I can click on the button and route user to my app, there I can do my task.
can you tell me how can I achieve this?