-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInsuranceCoPilot.html
More file actions
36 lines (34 loc) · 1.04 KB
/
InsuranceCoPilot.html
File metadata and controls
36 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>OpenDialog.ai | Insurance Agent</title>
<link rel="stylesheet" type="text/css" href="amerDemo.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="container">
<iframe id="webFrame" src="https://opendialog.ai/insurance/"></iframe>
</div>
<script>
window.openDialogSettings = {
url: 'https://customer-office.cloud.opendialog.ai',
appKey: '2251799818000000|TeR9X7AT8SK5rysDexhovRSLuMYRoOqLSPTwZndc2fb93a17',
user: {
custom: {
selected_scenario: '2251799819000023'
}
},
customSettings: {
openCta: {
title: "Hello!:wave: Chat with us!",
icon: "https://customer-office.cloud.opendialog.ai/images/cta-chat-open.svg",
borderRadius: "50px",
width: "280px",
height: "80px",
background: "#001ABF",
},
},
};
</script>
<script src='https://customer-office.cloud.opendialog.ai/dist/nu-webchat-js'></script>
</body>