My app has certain commands that seem to conflict with the Google Assistant's built in behavior. Even though I'm in a conversation with my app and have explicitly asked for a response, the Google Assistant takes over when the user says "Read the note" or "play the tape". In the first case it pops into reading my keep notes. In the second it launches YT music and plays something. I want those commands to be fulfilled by my app!
I've tried training on those specific phrases through the dialogflow console but it didn't seem to help. Is there any way to ensure my app processes all commands while it's in a conversation? Or at least a few specific ones?
I should note, otherwise, commands work perfectly. Even similar ones like "look at the note" work. It's those specific commands causing issues. "Play ____" seems to always launch YT Music though. Commands like "look at the note" go through my TEXT intent and not a fallback intent.