You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
The 'notAvailableBrand' shouldn't be remembered, because of dialog branching. If the user says something that is not recognized or inaudible, after being prompted to give a valid brand, the dialog flow should ask: 'Sorry, could you repeat that?'. However, that is not possible at the moment, because the 'notAvailableBrand' is remembered over multiple conversation turns.
Is there any way to forget the value of 'notAvailableBrand' on every query, while slot filling the 'brand' parameter?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Context of an optional parameter is remembered during slot filling of another required parameter. This should not happen in this use case.
If I try to modify the context it won't overwrite the values.
Will result in:
The 'notAvailableBrand' shouldn't be remembered, because of dialog branching. If the user says something that is not recognized or inaudible, after being prompted to give a valid brand, the dialog flow should ask: 'Sorry, could you repeat that?'. However, that is not possible at the moment, because the 'notAvailableBrand' is remembered over multiple conversation turns.
Is there any way to forget the value of 'notAvailableBrand' on every query, while slot filling the 'brand' parameter?
The text was updated successfully, but these errors were encountered: