Skip to content

Commit

Permalink
Update README to show conversation objects
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Jan 23, 2018
1 parent a55de7a commit 143d09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ You can also clone this repository and import the library directly.
>>> cw.say("Hello CleverBot.")
"Hello Human."
>>> cw.reset() # resets the conversation ID and conversation state.
>>> conv = cw.new_conversation() # Start a new conversation with CleverBot
>>> conv.say("Hellon there.")
"Hello Human."
>>> conv.reset() # Reset the conversation state
```

# License
Expand Down

0 comments on commit 143d09b

Please sign in to comment.