-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for required parameters #46
Comments
This feature is tricky to implement: we need to see how the DialogFlow Api answers incomplete queries and check if this is a feature coupled to the DialogFlow console. If DialogFlow sends a custom response for requested parameters then we can probably adapt the framework to take it into account (or at least provide an "intent" connector to the designer). If not we need to reimplement it on the Xatkit side. |
We need to handle this at the core level too |
Required parameters are not part of the next release (current release: v1.0.0) |
Required parameters are under discussion for the new language. |
Required parameters are not a construct in the new language, but they can be easily simulated with transition conditions and/or if statement in state's body, e.g.
If statement version
|
We need to provide support for required parameters that are filled with additional questions by the bot.
The text was updated successfully, but these errors were encountered: