Call Dialogflow CX Bot - Unable to retrieve outputs

Hi everyone,

I have set up the Google CX integration for voice within Genesys Cloud, and have been able to successfully call the bot and go through a flow that is set up in Google Dialogue Flow .

The next step is to make sure that in Architect I am able to extract the value of the parameter:
"queue_name", which value should be: "cancel". Based on that specific value want to be able to route the calls to the specific queue.

I have tried a few things but not sure how to do the following:

  • Which variable to assign, I am not sure Task.cancel is correct.
  • How to get the data from the output.
  • Which action will allow me to route the output to a specific queue.

Has anyone got experience with this?

Thanks
Daniel

Hi Daniel,

We got the same problem here .
The integration is working correctly,
Web Messaging or Call bot is working fine, as long as it stay on Google Dialogflow CX Side.

But 2 issues :

  • can't get the output Data (we tested : parameters, Live agent handoff, and custom Payload.
  • The dialogflow on Genesys side finish as 'failure'. We do not know how we can do some 'Round Trip' between Genesys and Google.

@genesys people, do you have an example of a working integration to help people, because documents are really high level !

Thank you

Hi Daniel,

  • You don't have to pick a specific variable other than in this case the variable needs to be writable and a string variable.
  • Getting at the data from an output means accessing the value thats contained in the variable that was bound to the output. You can also test to see if the value in the Task.cancel variable is equal to "cancel" on a decision like Task.cancel == "cancel" as the condition.
  • To transfer to a queue, use the Transfer to ACD action

HI Both,

Thanks for your input, we did manage to get this working using the following logic:

Hope this helps if anyone is still having issues doing this.

Thanks
Daniel

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.