From 344556ce785f894b7ff5b334437d9445f851090f Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Tue, 8 Jan 2019 12:43:30 -0500 Subject: [PATCH 1/2] Better Readme disclaimer --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e5f975e..58a5558 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ This sample consists of a simple Dialogflow agent, a Node.js server, and a web interface that together demonstrate an approach for handling text-based conversations from a Dialogflow agent to a human operator. -**This sample is designed as a learning tool and a platform for -experimentation, not as a finished solution.** +**This sample is designed as a learning tool and experimentation. This is not as a finished solution nor a base platform for any production development. ** ### Features * Agent will escalate to a human operator on-demand From 538619c264bb507fb30acf031e18754c44f8f83c Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Tue, 8 Jan 2019 12:44:10 -0500 Subject: [PATCH 2/2] Readme better disclaimer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a5558..fc2b21c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This sample consists of a simple Dialogflow agent, a Node.js server, and a web interface that together demonstrate an approach for handling text-based conversations from a Dialogflow agent to a human operator. -**This sample is designed as a learning tool and experimentation. This is not as a finished solution nor a base platform for any production development. ** +**This sample is designed as a learning tool and experimentation. This is not as a finished solution nor a base platform for any production development.** ### Features * Agent will escalate to a human operator on-demand