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 was archived by the owner on Jun 26, 2025. It is now read-only.
DialogFlow is definitely a "team sport" and one of the best parts is being able to come across libraries/tooling like this one!
Question: If one uses flask-assistant to implement a conversation flow with a yes/no branch, is there any existing pattern with this library to integrate DialogFlow's "pre-defined" intents?
Only reason to do this is because the pre-defined intents come "for free" w/ many excellent natural language samples for negative (this is page 1/5):
I'm presuming the answer is no, but curious if this has come up before
Hi there--
DialogFlow is definitely a "team sport" and one of the best parts is being able to come across libraries/tooling like this one!
Question: If one uses flask-assistant to implement a conversation flow with a yes/no branch, is there any existing pattern with this library to integrate DialogFlow's "pre-defined" intents?
Only reason to do this is because the pre-defined intents come "for free" w/ many excellent natural language samples for negative (this is page 1/5):
I'm presuming the answer is no, but curious if this has come up before
Ex. in the pizza-shop sample, there's a check for no by inspecting if the letter n exists (which is probably pretty good match for English-speaking commerce case):
https://github.com/treethought/flask-assistant/blob/master/samples/pizza_contexts/agent.py#L37