Hello,
We seem to have connected dialogflow with ccaip (https://www.googlecloudcommunity.com/gc/Community-Blogs/How-to-integrate-Dialogflow-Virtual-Agent-wi...), however we're not sure how to test the chat feature?
We were expecting to use the dflow messenger integration to test and transfer the call and see a request open up on CCAI side but nothing pops up.
Solved! Go to Solution.
We ended up going with a custom payload response (live agent handoff did not work) and utilizing the key menu_id, so that when the intent was triggered it would transfer to the correct queue mid conversation. The menu_id value could be found in the url of your specific queue that you've created for the queues in CCAIP.
Thank you so much for your help dawnberdan!