Debug intent, show incoming data

Hi, I’m writing a simple intent script and it’s very frustrating that I can’t see what is the incoming payload and the variables I can access.

So, to handle errors like Template variable warning: 'xyz' is undefined when rendering ... I have to make many attemps and I don’t think this is the correct way.

How can i display the incoming data to figure out which variables I can use?

Have you examined the json coming from the sender? Maybe you can examine the logs to see what is being sent?

I am really new at this stuff but in the dashboard of rhaspy, I think it shows the data being sent as well as the log files.

Hope that helps.

Joe