secretsauceai / voice-assistant-protocol

A bus for voice assistants, including benchmarks.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Do notifications need an answer? #34

Open sheosi opened 2 years ago

sheosi commented 2 years ago

Do notifications need an answer? Or could we just work with confirmable?

sheosi commented 2 years ago

Most probably we will need a way of knowing whether they worked, things like whether the client id does not exist, or if the skill has no permission to send someone a notification, if they reached some limit or the client itself telling that they don't understand some capability.

This can be difficult to implement for the registry, however, as they need to send everything and then gather all that information and answer the skill (though this applies to queries as well).