Is there any way to use the Speech framework (or maybe even SiriKit) on tvOS? Essentially what I want to do is, while the user is in my app, let's say it's a cooking app and they're watching a fullscreen video about how to make cookies, I want the user to be able to interacte with my app using the siri remote. Let's say the user says into the remote, "What are the ingredients in chocolate chip cookies?" I want that request to go to my app so my app could display that information as an overlay on screen.
Is something like this possible? Is there a way to direct a user's voice request to my app, or do they all just go straight to siri?