dicio-android
dicio-android copied to clipboard
Add "retry" button to error messages
Currently when there is an error and a skill fails to do its job, there is no way to retry the same action. The only workaround is to tap on the last input, add a character somewhere, and then press Enter so that it is sent again.
This should be changed by keeping track of the last input (which could even be a list of inputs, if the user is in a conversation with multiple prompts, e.g. the telephone). Then the user should be able to retry the last action both by saying "retry" or by tapping retry on the error message.
This is a good idea. What is also missing is an automated retry if a voice command is not understood by the app. It ask to repeat, but does not start to listen automatically.