Does anyone have a working example of code for a dialogflow bot where the user can switch from an english Facebook bot to a french one?
EDIT: Ideally the bot would initially engage in english then would prompt the user to select a language as the first intent. Then would switch over to the other language. Is there a way to do this? Do I have to reinitiate an instance of dialogflow(api.ai) body with the updated lang variable? Or can I send response with "lang" in the json to switch?