From b9628f189b0ca2f7c411bd79566da37c73cc8e8f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 21 Sep 2016 06:40:03 +0400 Subject: Demo in beta mode. --- demo/index.php | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 demo/index.php (limited to 'demo/index.php') diff --git a/demo/index.php b/demo/index.php new file mode 100644 index 0000000..29a3609 --- /dev/null +++ b/demo/index.php @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + Testing conversational bot + + + + +
+ + + + + + + + say($currenttext), 'bot'); // Save bot response + header("Location: ".$_SERVER["REQUEST_URI"]); // Reloading the page + } + + // Connecting the system interface + include("components/communication.php"); // Settings panel + include("components/results.php"); // Output messages + ?> +
+ + + -- cgit v1.2.3