Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luttik/chatbot-design-examples
This project contains examples for my series of blogs concerning Chatbot Design Systems.
https://github.com/luttik/chatbot-design-examples
Last synced: about 1 month ago
JSON representation
This project contains examples for my series of blogs concerning Chatbot Design Systems.
- Host: GitHub
- URL: https://github.com/luttik/chatbot-design-examples
- Owner: Luttik
- License: mit
- Created: 2019-07-31T16:17:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T09:23:32.000Z (about 2 years ago)
- Last Synced: 2023-03-04T05:09:23.625Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 269 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot Design Systems: Examples
This project contains examples for my series of blogs conserning Chatbot Design Systems.This series is addressed with questions like
- Spotting weaknesses in chatbot design
- Implementing chatbot design
- Comparing the implementation with the design
- Updating the design based on user interaction## First Example: Combining Sample Sentences with the Flow
The first example is a tool that converts yaml into a graph.
This tool can help you with combining the sample sentences that you've designed with your high level flow.
Additionally, this tool can help you spot weaknesses in your design
and facilitates the translation of the design into implementation.### Prerequisites
- [python](https://www.python.org/)
- [pipenv](https://docs.pipenv.org/en/latest/)### Usage
When you have installed the dependencies using the command `pipenv install`
you can simply run `pipenv run python render_design_graph.py` in the command line and the graph wil automatically open.### Example Image
![An example generated chatbot design](https://github.com/Luttik/chatbot-design-examples/blob/master/chatbot-design.svg)