Skip to content

Commit

Permalink
Update documentation to explain how to initiate a dialog with the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed Feb 13, 2018
1 parent 0faafb2 commit 4af49a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ Here is a basic sample scenario

```

To test you chatbot, open your Rainbow client (be carreful to use the same environment: Sandbox or Production), find your bot user and send him a message.

For example, to play the `aMessage` scenario, open the conversation with the bot and send the message `#aMessage`.


### Scenario

A scenario is composed of:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rainbow-chatbot",
"version": "1.36.0",
"version": "1.36.1",
"description": "Rainbow ChatBot library for the Rainbow SDK for Node.JS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4af49a3

Please sign in to comment.