Skip to content

opchatbot/driver-dialogflow-botman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotMan DialogFlowV2 Middleware

This Package is used to connect DialogFlowV2 with BotMan.

It is a drop-in replacement for the v1 Middleware.

It has been tested and is still working as of 2021 July.

All credit to @eclips16 and others who helped for making the dialogflowv2 updates. Due to their work not on the packgist, I wanted to help others by putting his contribution on the packgists. The code was sourced from his pull request.

Installation

Composer

composer require op/botman-studio-driver-google-dialogflow-v2

Usage

.env

GOOGLE_CLOUD_PROJECT=project-id
GOOGLE_APPLICATION_CREDENTIALS=/path/to/security-file.json

Where can I get these application credentials?

Security Vulnerabilities

If you discover a security vulnerability within BotMan, please send an e-mail to Marcel Pociot at m.pociot@gmail.com. All security vulnerabilities will be promptly addressed.

License

BotMan is free software distributed under the terms of the MIT license.