Hi, I am working on a skill which might take some time on the backend side to request all the data from webservices and APIs connected.
For that it would be nice to have the ability to send a message to the user saying something like "retreiving your data, please wait a few seconds" and then - after the data is available on server side - send back the real message without another request from the user.
So summarize: something like a loading indicator graphic that you have with the turning light (or a loading indicator on a website) but with a message that can be defined on server side or within the skill definition.
Thanks!