Resume to other node in flow after FAQ response

Hi @jbhavsar,

You can.
You can access context.endOfTask object to check the intent type. In that object you can also see the matched intent type also.

if(context.endOfTask.intentType===‘FAQ’) …

You will have to put this condition in any of the nodes you wish to bypass and connect to desired response.

Regards,
Karthik