From a0553d20e0a7e8269b1a04245ab9020b294d9a4e Mon Sep 17 00:00:00 2001 From: third1021 <34425381+third1021@users.noreply.github.com> Date: Mon, 11 Dec 2017 21:05:43 +0700 Subject: [PATCH 1/2] add botkit-middleware-facebookuser create for developers to view code. In connection between botkit and facebookapi --- docs/readme-middlewares.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/readme-middlewares.md b/docs/readme-middlewares.md index 17da6dbc3..2c841bd60 100644 --- a/docs/readme-middlewares.md +++ b/docs/readme-middlewares.md @@ -24,6 +24,7 @@ These plugins help you measure the success of your bots, across a variety of mea | Recast.ai | https://github.com/ouadie-lahdioui/botkit-middleware-recastai | You can use the Recast.AI API to analyse your text or your audio file, and extract useful informations from it, to personalize your IoT, classify your data or create bots.

| | Wit.ai | https://github.com/howdyai/botkit-middleware-witai | Wit.ai provides a service that uses machine learning to help developers handle natural language input. The Wit API receives input from the user, and translates it into one or more "intents" which map to known actions or choices. The power of Wit is that it can continually be trained to understand more and more responses without changing the underlying bot code!

| | Rasa | https://github.com/howdyai/botkit-rasa | This plugin provides Botkit developers a way to use the rasa NLU open source, self hosted natural language API.


| +| Facebook | https://github.com/pinkku/botkit-middleware-facebookuser | This plugin provides Botkit developers a way to use the rasa facebook. Botkit Middleware to populate Facebook Messenger user info to a Botkit message


| ## Storage Modules | Name | Project Page | Info | From b45000d99e8e8ff6093f7dc091eaf72aea3161f1 Mon Sep 17 00:00:00 2001 From: Peter Swimm Date: Tue, 12 Dec 2017 09:54:12 -0600 Subject: [PATCH 2/2] Light grammatical changes --- docs/readme-middlewares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme-middlewares.md b/docs/readme-middlewares.md index 2c841bd60..466983c0c 100644 --- a/docs/readme-middlewares.md +++ b/docs/readme-middlewares.md @@ -24,7 +24,7 @@ These plugins help you measure the success of your bots, across a variety of mea | Recast.ai | https://github.com/ouadie-lahdioui/botkit-middleware-recastai | You can use the Recast.AI API to analyse your text or your audio file, and extract useful informations from it, to personalize your IoT, classify your data or create bots.

| | Wit.ai | https://github.com/howdyai/botkit-middleware-witai | Wit.ai provides a service that uses machine learning to help developers handle natural language input. The Wit API receives input from the user, and translates it into one or more "intents" which map to known actions or choices. The power of Wit is that it can continually be trained to understand more and more responses without changing the underlying bot code!

| | Rasa | https://github.com/howdyai/botkit-rasa | This plugin provides Botkit developers a way to use the rasa NLU open source, self hosted natural language API.


| -| Facebook | https://github.com/pinkku/botkit-middleware-facebookuser | This plugin provides Botkit developers a way to use the rasa facebook. Botkit Middleware to populate Facebook Messenger user info to a Botkit message


| +| Facebook | https://github.com/pinkku/botkit-middleware-facebookuser | This plugin allows you to collect Facebook Messenger user info to populate a Botkit message


| ## Storage Modules | Name | Project Page | Info |