├── .gitignore ├── LICENSE ├── Notice.txt ├── README.md ├── SampleSession.ipynb ├── config.ICFsample.json ├── config.sample.json ├── conversation1.png ├── handleClientAction.sample.py ├── handleClientActionV2.sample.py ├── watoolV2.py └── wctool.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/LICENSE -------------------------------------------------------------------------------- /Notice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/Notice.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/README.md -------------------------------------------------------------------------------- /SampleSession.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/SampleSession.ipynb -------------------------------------------------------------------------------- /config.ICFsample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/config.ICFsample.json -------------------------------------------------------------------------------- /config.sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/config.sample.json -------------------------------------------------------------------------------- /conversation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/conversation1.png -------------------------------------------------------------------------------- /handleClientAction.sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/handleClientAction.sample.py -------------------------------------------------------------------------------- /handleClientActionV2.sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/handleClientActionV2.sample.py -------------------------------------------------------------------------------- /watoolV2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/watoolV2.py -------------------------------------------------------------------------------- /wctool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/data-henrik/watson-conversation-tool/HEAD/wctool.py --------------------------------------------------------------------------------