From 209b7dcbecd6acd8f7112e86dc1fba9a4acb7124 Mon Sep 17 00:00:00 2001 From: Sujay Krishna Suresh Date: Tue, 11 May 2021 18:44:38 -0700 Subject: [PATCH] Creating a placeholder directory for Data QnA There are few Data QnA patterns that customers can get value out of, including 1) a Web page showing Data QnA integration 2) a Chatbot reference implementation Creating this directory and a README as placeholders to host these and others Data QnA patterns --- data_qna/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data_qna/README.md diff --git a/data_qna/README.md b/data_qna/README.md new file mode 100644 index 0000000..228153c --- /dev/null +++ b/data_qna/README.md @@ -0,0 +1,3 @@ +# Data QnA patterns + +This directory is under-construction, and will eventually host Patterns for integrating with Data QnA APIs.