0

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.

2
  • Dialogflow has many nice API's so it should be possible. What exactly problem you are facing? Commented 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? Commented Aug 25, 2021 at 16:03

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

I am glad it helped. I would appreciate the answer acceptance :)
do you have any example or a small code snippet of how to achieve it I am failing to do so.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.