DialogFlowBotManMiddleware
Middleware for BotMan (BotMan Studio). Integration with DialogFlow API v2.
File Explorer
- first-step.png
- step-2.png
- step-3.png
- step-4.png
- step-5.png
- step-6.png
- step-7.png
- Client.php
- DialogFlow.php
- Response.php
- composer.json
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
composer
View Details ▼
composer
A package-based dependency manager for PHP projects.
composer init
Interactively create a `composer.json` file:
composer require {{user/package}}
Add a package as a dependency for this project, adding an entry to `composer.json`:
composer install
Install all the dependencies in this project's `composer.json` and create `composer.lock`:
// repository documentation
Was this content helpful?
(0 ratings)
