/bot-interactions

This project needs an Dialogflow's account

Primary LanguagePHP

bot-interactions

Install

Clone the repos

git clone https://github.com/MathieuBurnat/bot-interactions.git

Config

Copy and Past src/config.php_example as src/config.php

<?php

return array(

    "agentId" => "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx", //Put your argent-id here
);

?>

Launch project

php -S Localhost:8000

Sources

How to upgrade a bot ? https://botflo.com/dialogflow-messenger-tutorial/