0

In DialogFlow exists an option to integrate automatically to Messenger from Facebook. How can I do the same integration using Action Builder on Actions Console? Is it possible or a hybrid version is a better option to implement?

Thanks a lot!

1 Answers1

0

No, there is no integration in actionbuilder to integrate with any platforms other than Google Assistant. Action builder is intended to improve development for actions for Google Assistant by bringing the conversation design part of development into the Actions Console.

If you want to develop for Messenger you are better off sticking with Dialogflow.

Jordi
  • 3,041
  • 5
  • 17
  • 36
  • Thanks for your reply. But can I do a hybrid version with intents and Messenger integration on DialogFlow and a Google Sign In part on Action Builder? Is it possible? – Ricardo Rodrigues Dec 22 '20 at 14:21
  • Google sign in in action builder / the actions console is intended for Google Assistant. If you want to use Google Sign in you should look at facebook's documentation to see if they can provide any integration. – Jordi Dec 22 '20 at 17:26