Integrate AI bot along with ODK conversation flow #77
vinukumar-vs
started this conversation in
General Discussion
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.
Today we are using an ODK form to drive menu-driven options for WhatsApp. We know we can integrate multiple bots based on the menu option selection.
Example:
A welcome message with menu options will be common using the Global ODK form (the first bot). Later based on selection, we can initiate another bot ODK form for the next level of conversations.
Similar to above, instead of having both bots driven by ODK forms, can we integrate the 1st bot (ODK form drive) into another bot (AI bot - API driven response) for the specific menu option (AI Bot) selection?
All reactions