erichilarysmithsr commited on
Commit
246ed93
1 Parent(s): 4a30198

Update index.html

Browse files

Updated index.html with google dialogflow script tag

Files changed (1) hide show
  1. index.html +8 -1
index.html CHANGED
@@ -32,7 +32,14 @@
32
  js.src = "https://connect.facebook.net/en_US/sdk.js";
33
  fjs.parentNode.insertBefore(js, fjs);
34
  }(document, 'script', 'facebook-jssdk'));
35
- </script>
 
 
 
 
 
 
 
36
  <div class="card">
37
  <h1>Welcome to the DOVIC Simulation House Lobby static Space!</h1>
38
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
 
32
  js.src = "https://connect.facebook.net/en_US/sdk.js";
33
  fjs.parentNode.insertBefore(js, fjs);
34
  }(document, 'script', 'facebook-jssdk'));
35
+ </script>
36
+ <script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
37
+ <df-messenger
38
+ intent="WELCOME"
39
+ chat-title="DOVICSimulationHouseKrebsville"
40
+ agent-id="30fe3942-29ea-40c5-b795-bdeda777fb66"
41
+ language-code="en"
42
+ ></df-messenger>
43
  <div class="card">
44
  <h1>Welcome to the DOVIC Simulation House Lobby static Space!</h1>
45
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>