Hello,
I’m currently working on updating the existing Alexa Cloudside integration in the CNBC app for FireTV devices, and I noticed a couple of oddities:
1. Every time I use a voice command to search for content on our FTV Cube, Alexa responds with “here is what I found”, then an “app not found: the app you are looking for could not be found” message appears on screen, selecting the “OK” button returns focus to the app, and we then receive the ADM message with the payload from the Lambda. Is this expected with LAT builds? If not, how can we fix this behavior?
On our FTV 4K, the app never receives the ADM message after selecting the “OK” button at the “app not found” prompt. We tested this using the same search command as the FTV Cube
2. When I end a voice command with “on the cnbc tv app”, Alexa appends the word “app” to the search query. For example, the “search for cnbc originals on the cnbc tv app” command sends this transcript to the Lambda:
"transcribed": "c. n. b. c. originals app"
Is this expected? If not, how can we fix it?
Thank you