Skip to content

Commit

Permalink
Merge pull request #1267 from DevNandini02/feature/chatbotUpdated
Browse files Browse the repository at this point in the history
feat: Chatbot enhancement #1059
  • Loading branch information
apu52 authored Aug 2, 2024
2 parents 99291e3 + 749ec61 commit 96e45f9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
27 changes: 26 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1894,13 +1894,38 @@ <h4>Contact Us</h4>
<script src="index.js"></script>


<script>
<!-- <script>
window.embeddedChatbotConfig = {
chatbotId: "yDQ_EheFvX0HAPr9beQ5L",
domain: "www.chatbase.co"
}
</script>
<script src="https://www.chatbase.co/embed.min.js" chatbotId="yDQ_EheFvX0HAPr9beQ5L" domain="www.chatbase.co" defer>
</script> -->

<!-- chatbot -->
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
"composerPlaceholder": "Ask me anything!",
"botConversationDescription": "TourGuide",
"botId": "7d93db89-5ddd-48ac-91c7-d5f35eae9bdc",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "7d93db89-5ddd-48ac-91c7-d5f35eae9bdc",
"webhookId": "c874de53-fdf6-4bee-bd45-30a736b1a42e",
"lazySocket": true,
"themeName": "prism",
"botName": "TourGuide",
"avatarUrl": "https://previews.123rf.com/images/hgucuk/hgucuk2012/hgucuk201200075/161468561-world-tourism-the-tour-guide-%C3%A4%C2%B0con-design.jpg",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/28032111-a170-4e9e-be60-9c9222f20935/v72246/style.css",
"frontendVersion": "v1",
"useSessionStorage": true,
"enableConversationDeletion": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": []
});
</script>


Expand Down

0 comments on commit 96e45f9

Please sign in to comment.