Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/adambot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
<div id="contentParent" class="responsive-columns-wrapper">
<div id="chat-column-holder" class="responsive-column content-column">
<div class="chat-column">
<div style="background-image: url('adambot.png'); height: 10rem; width: 300px, background-image: repeat-no-repeat" style="display: none"></div>
<div id="scrollingChat"></div>
<label for="textInput" class="inputOutline">
<input id="textInput" class="input responsive-column"
placeholder="Type something" type="text"
onkeydown="ConversationPanel.inputKeyDown(event, this)">
</label>
</div>
</div>
<div><a href="policy.html">Privacy Policy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://console.ng.bluemix.net/registration/?target=/catalog/services/conversation/">Try Conversation for Free</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://developer.ibm.com/watson/blog/">Learn how this was made</a></div>
</div>
<div id="payload-column" class="fixed-column content-column">
<div id="payload-initial-message">
Type something to see the output
Expand All @@ -41,4 +43,4 @@
<script src="js/payload.js"></script>
<script src="js/global.js"></script>
</body>
</html>
</html>
27 changes: 27 additions & 0 deletions public/policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<html>
<head>
<title>AdamBot Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="conversation.svg" />
<meta property="og:title" content="Conversation Chat Simple" />
<meta property="og:description" content="Sample application that shows how to use the Conversation API to identify user intents" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div>
<b> Content Privacy </b><br>
Adam the Chatbot is a Facebook Messenger bot that was made to demonstrate the Watson Conversation API’s capability. The bot has been built to answer questions about Adam the person. The bot is provided through a Facebook Page Adam the Chatbot. <br>
The user understands that, like all Facebook Pages, the content shared by the user to the bot can be seen by any person with access rights to the Page. Also, the administrators to the page reserve the right to view conversations with the bot to improve its accuracy in answering questions.
Questions the users ask the chatbot will rarely be published and when and if they are, the questions will be anonymous. <br>
<b>Personal Information</b><br>
The following limited circumstances are the only instances in which we will share users’ personal information with third parties: <br>(i) Adam the Chatbot has your explicit consent to do so; <br>(ii) Adam the Chatbot acts in good faith under a legal obligation to share the data; <br>(iii) Adam the Chatbot needs to access or share the data to protect the security of the service or of others users’ data. <br>
<b>Security</b><br>
Adam the Chatbot does not store passwords. Access to information from your Facebook account is done only through the Facebook API, with the permissions authorized by the user. The permissions requested are the minimal set of permissions required to operate Adam the Chatbot.<br>
Adam the Chatbot hosts its app on IBM Bluemix.
<b>Advertising</b><br>
We do not advertise on Adam the Chatbot page and we do not share information with advertisers<br>
<b>Policy</b><br>
This privacy policy may change in the future, in which case we will change the last modified date at the top of this document. By continuing to ask Adam the Chatbot questions after changes have been made, you agree to be bound by the revised Privacy Policy..

1 change: 1 addition & 0 deletions training/Adam the Chatbot.json

Large diffs are not rendered by default.