Inconsistent Timer Confirmation Between French and English (Assist) #3448
Unanswered
Slim1399
asked this question in
Voice assistants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
There is an inconsistency in Assist when setting timers depending on the selected language.
Example commands
Then:
French:
"Minuteur lancé"
English:
"Timer set for 5 minutes"
French should behave similarly to English and include the parsed duration:
"Minuteur lancé pour une heure"
Logs confirm that:
Use cases
Without duration confirmation, users cannot verify that the command was correctly understood.
Expose and reuse the duration slot in the French response template for timer intents.
Custom intents using
custom_sentencesandintent_scriptcan solve this, but they override native behavior.Anything else?
Logs available if needed.
Beta Was this translation helpful? Give feedback.
All reactions