Skip to content

Instantly share code, notes, and snippets.

{
"name":"chatbot Karl Raf",
"type":"dialog",
"language":"fr",
"skill_id":"8dc1b3c0-8576-4aae-b724-8ee33a1324163",
"workspace":{
"intents":[
{
"intent":"General_Security_Assurance",
"examples":[
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Countdown</title>
<meta name="description" content="The final countdown">
let chronos = [];
let index = 0;
let countdown = () => {
if(chronos.length > 0){
for(let i=0; i < chronos.length; i++){
if(chronos[i].active && !! chronos[i].active){
chronos[i].seconds -= 1;
if(chronos[i].seconds <= 0){