Hi! Great solution! Several questions appeared.
-
Can I somehow override FlowXO and DialogFlow interaction logic? For example, I need to separate text into parts before sending to DialogFlow (maybe add some other text preprocessing as weill), send several requests to DialogFlow and after I get DialogFlow results handle with my custom logic? How it can be done?
-
How add my custom button handler to bot? For example, I want to add handler, which will send the chatlog to user email.