Get your DialogFlow agent to initiate the conversation before user types a message
|

Get your DialogFlow agent to initiate the conversation before user types a message

First published: Aug 2017 | Last Updated: May 2022 So let us understand the question: When you work with Dialogflow you notice that it follows the “user types something -> agent replies with an answer” sequence. Suppose you wish to get the agent to say something before the user types anything, how do you do…

PHP Client Library for Dialogflow v2 API: Getting started
|

PHP Client Library for Dialogflow v2 API: Getting started

This is a very basic tutorial for getting started with the PHP Client Library for Dialogflow API v2. I don’t cover any advanced stuff, but it should help you get started. 1 Create a new folder for your project In my case, I am just calling it quickstart. 2 Download the client secret JSON file…