dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 281 forks source link

Unlink account via code #274

Open Jino-Thomas-HSPL opened 4 years ago

Jino-Thomas-HSPL commented 4 years ago

Hi, I intend to create a bot that can be accessed via certain set of users from an organization. These users if authorized can query certain information after they link their accounts i.e if they are authorized. I need to also give these users an option to unlink their account if they wish as their information should not be seen by other individuals when handling the device. I tried to find the answer online, but I couldn't find an appropriate solution to do it via code.