Wit.Ai implementation
Implementing Wit.Ai with Azure for faster responses.
Getting Started
Wit.Ai and sign into singaporeis and Azure.
Implementing Wit.Ai with Azure for faster responses.
Wit.Ai and sign into singaporeis and Azure.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title> HelpSoci </title> | |
</head> | |
<body> | |
<h5>We are here to help you. Each question is valuable.</h5> | |
This is what we are meant to be doing. | |
<script id="gs-sdk" src="//www.buildquickbots.com/botwidget/v2/demo/static/js/sdk.js?v=3" key="4f7b53c2-5705-4c4d-87c9-42a453d984d0" ></script> | |
<a href="gistfile1.html" class="btn btn-info" role="button">ChatBot</a> |
<html> | |
<head> | |
<title>API Example</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
<script type="text/javascript"> | |
var accessToken = "<your agent's client access token>"; | |
var baseUrl = "https://api.api.ai/v1/"; |