We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to transfer the call to a other live agent when a specific intent is triggert?
The text was updated successfully, but these errors were encountered:
Yes, have a look at the simwood branch. Here is where I look at the returned intent to see if a call transfer is requested:
https://github.com/davehorton/drachtio-dialogflow-phone-gateway/blob/c088a99a134b838ee1c6c3c92a92503a3ced9926/lib/models/intent.js#L55
You can do something like that, modify the conditions to your needs. Return the agent number to transfer to in a custom payload
Sorry, something went wrong.
No branches or pull requests
Is it possible to transfer the call to a other live agent when a specific intent is triggert?
The text was updated successfully, but these errors were encountered: