From 7858c9d4d76d158eb7df18ade6e13e615d22e596 Mon Sep 17 00:00:00 2001 From: arne-z <38384819+arne-z@users.noreply.github.com> Date: Mon, 6 May 2019 11:43:26 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8736f0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# BachelorThesis + +This Project is part of my Bachelor Thesis. +The aim is to create a DSL to configure [Dialogflow](https://dialogflow.com/) agents via a small configuration file, that is easily human readable and source-control firendly. +Among benefits provided by this approach are: +- Quick creation of Dialogflow agents via script file with IDE support +- Small Diffs in source control + +This is developed alongside [Ask your Repository](https://github.com/hpi-sam/ask-your-repository-dialogflow-adapter) where we are planning to use this DSL for the configuration of our agent. +