I wanted to ask, if it's possible to create a Dialogflow agent chatbot and deploy it as a (PYTHON OR PHP) webhook then use that webhook on different platforms for intergrations.
-
Dialogflow has many nice API's so it should be possible. What exactly problem you are facing?vitooh– vitooh2021-08-23 11:09:23 +00:00Commented Aug 23, 2021 at 11:09
-
@vitooh I want to integrate Dialogflow with a PHP project for me to create a PHP webhook with my Dialogflow agent. I'm failing to get the API's to do so, any idea on how it works or to find the API's?tapiwa– tapiwa2021-08-25 16:03:06 +00:00Commented Aug 25, 2021 at 16:03
1 Answer
Dialogflow has two versions, not sure which you want to use (referece).
No matter of version there are possibilities to use APIs. Dialogflow ES has even PHP among supported languages.
No matter which version you will choose, both support REST API's which can be used in any language supporting HTTP and for sure in PHP. As far as I understand language support is just convenient library using REST API under the hood.
All actions that can be done via Dialogflow console can be done with the API's.
Documentation has nice quickstarts for both Dialogflow CX and Dialogflow ES I think this is good start.