{
  "settings": {
    "ner": {
      "threshold": 0.7
    },
    "fullSearchWhenGuessed": false,
    "useNlg": true,
    "useNeural": true,
    "useLRC": true
  },
  "languages": [
    "en",
    "es"
  ],
  "intentDomains": {
    "whois": "default",
    "whereis": "default",
    "realname": "default"
  },
  "nerManager": {
    "settings": {
      "threshold": 0.7
    },
    "threshold": 0.7,
    "builtins": [
      "Number",
      "Ordinal",
      "Percentage",
      "Age",
      "Currency",
      "Dimension",
      "Temperature",
      "DateTime",
      "PhoneNumber",
      "IpAddress",
      "Boolean",
      "Email",
      "Hashtag",
      "URL"
    ],
    "namedEntities": {
      "hero": {
        "type": "enum",
        "name": "hero",
        "localeFallback": {
          "*": "en"
        },
        "locales": {
          "en": {
            "spiderman": [
              "Spiderman",
              "Spider-man"
            ],
            "ironman": [
              "Iron man",
              "Iron-man"
            ],
            "hulk": [
              "Hulk"
            ],
            "thor": [
              "Thor"
            ]
          },
          "es": {
            "spiderman": [
              "Spiderman",
              "Spider-man"
            ],
            "ironman": [
              "Iron man",
              "Iron-man"
            ],
            "hulk": [
              "Hulk",
              "La Masa"
            ],
            "thor": [
              "Thor"
            ]
          }
        }
      },
      "food": {
        "type": "enum",
        "name": "food",
        "localeFallback": {
          "*": "en"
        },
        "locales": {
          "en": {
            "burguer": [
              "burguer",
              "hamburguer"
            ],
            "pizza": [
              "pizza"
            ],
            "pasta": [
              "pasta",
              "spaghetti"
            ]
          },
          "es": {
            "burguer": [
              "hamburguesa"
            ],
            "pizza": [
              "pizza"
            ],
            "pasta": [
              "pasta",
              "spaghetti"
            ]
          }
        }
      },
      "mail": {
        "type": "regex",
        "name": "mail",
        "localeFallback": {
          "*": "en"
        },
        "locales": {
          "en": {
            "regex": "/\\b(\\w[-._\\w]*\\w@\\w[-._\\w]*\\w\\.\\w{2,3})\\b/gi"
          }
        }
      }
    }
  },
  "slotManager": {
    "whois": {
      "hero": {
        "intent": "whois",
        "entity": "hero",
        "mandatory": false,
        "locales": {}
      }
    },
    "whereis": {
      "hero": {
        "intent": "whereis",
        "entity": "hero",
        "mandatory": false,
        "locales": {}
      }
    },
    "realname": {
      "hero": {
        "intent": "realname",
        "entity": "hero",
        "mandatory": false,
        "locales": {}
      }
    }
  },
  "classifiers": [
    {
      "language": "en",
      "docs": [
        {
          "intent": "whois",
          "utterance": [
            "who",
            "is",
            "hero"
          ]
        },
        {
          "intent": "whereis",
          "utterance": [
            "where",
            "is",
            "hero"
          ]
        },
        {
          "intent": "realname",
          "utterance": [
            "what",
            "is",
            "the",
            "real",
            "name",
            "of",
            "hero"
          ]
        }
      ],
      "features": {
        "who": 1,
        "is": 3,
        "hero": 3,
        "where": 1,
        "what": 1,
        "the": 1,
        "real": 1,
        "name": 1,
        "of": 1
      },
      "logistic": {
        "observations": {
          "whois": [
            [
              1,
              2
            ]
          ],
          "whereis": [
            [
              1,
              2,
              3
            ]
          ],
          "realname": [
            [
              1,
              2,
              4,
              5,
              6,
              7,
              8
            ]
          ]
        },
        "labels": [
          "whois",
          "whereis",
          "realname"
        ],
        "observationCount": 3,
        "theta": [
          {
            "elements": [
              4.939134334223053,
              -0.1834330139735207,
              -0.1834330139735207,
              -3.991919425817133,
              -1.1306479223794363,
              -1.1306479223794363,
              -1.1306479223794363,
              -1.1306479223794363,
              -1.1306479223794363
            ]
          },
          {
            "elements": [
              -3.991919425817133,
              -0.1834330139735202,
              -0.1834330139735202,
              4.939134334223051,
              -1.1306479223794363,
              -1.1306479223794363,
              -1.1306479223794363,
              -1.1306479223794363,
              -1.1306479223794363
            ]
          },
          {
            "elements": [
              -1.5178097861098065,
              -1.257144576195182,
              -1.257144576195182,
              -1.5178097861098065,
              1.778474996024432,
              1.778474996024432,
              1.778474996024432,
              1.778474996024432,
              1.778474996024432
            ]
          }
        ]
      },
      "useLRC": true,
      "useNeural": true,
      "neuralClassifier": {
        "settings": {
          "config": {
            "activation": "leaky-relu",
            "hiddenLayers": [],
            "learningRate": 0.1,
            "errorThresh": 0.0005,
            "timeout": 40000
          }
        },
        "classifierMap": {
          "whois": {
            "sizes": [
              9,
              1
            ],
            "layers": [
              {
                "who": {},
                "is": {},
                "hero": {},
                "where": {},
                "what": {},
                "the": {},
                "real": {},
                "name": {},
                "of": {}
              },
              {
                "0": {
                  "bias": 12.143794059753418,
                  "weights": {
                    "who": 57.91880416870117,
                    "is": 13.634244918823242,
                    "hero": 13.565107345581055,
                    "where": -36.62057876586914,
                    "what": -7.723197937011719,
                    "the": -7.884145736694336,
                    "real": -7.9087300300598145,
                    "name": -8.087336540222168,
                    "of": -7.736228942871094
                  }
                }
              }
            ],
            "outputLookup": false,
            "inputLookup": true,
            "activation": "leaky-relu",
            "trainOpts": {
              "iterations": 20000,
              "errorThresh": 0.0005,
              "log": false,
              "logPeriod": 10,
              "learningRate": 0.1,
              "momentum": 0.1,
              "callbackPeriod": 10,
              "timeout": 120000,
              "beta1": 0.9,
              "beta2": 0.999,
              "epsilon": 1e-8
            }
          },
          "whereis": {
            "sizes": [
              9,
              1
            ],
            "layers": [
              {
                "who": {},
                "is": {},
                "hero": {},
                "where": {},
                "what": {},
                "the": {},
                "real": {},
                "name": {},
                "of": {}
              },
              {
                "0": {
                  "bias": 12.168868064880371,
                  "weights": {
                    "who": -36.638694763183594,
                    "is": 13.535487174987793,
                    "hero": 13.667073249816895,
                    "where": 57.90128707885742,
                    "what": -7.724807262420654,
                    "the": -7.79381799697876,
                    "real": -8.107216835021973,
                    "name": -7.75540828704834,
                    "of": -7.987502098083496
                  }
                }
              }
            ],
            "outputLookup": false,
            "inputLookup": true,
            "activation": "leaky-relu",
            "trainOpts": {
              "iterations": 20000,
              "errorThresh": 0.0005,
              "log": false,
              "logPeriod": 10,
              "learningRate": 0.1,
              "momentum": 0.1,
              "callbackPeriod": 10,
              "timeout": 60000,
              "beta1": 0.9,
              "beta2": 0.999,
              "epsilon": 1e-8
            }
          },
          "realname": {
            "sizes": [
              9,
              1
            ],
            "layers": [
              {
                "who": {},
                "is": {},
                "hero": {},
                "where": {},
                "what": {},
                "the": {},
                "real": {},
                "name": {},
                "of": {}
              },
              {
                "0": {
                  "bias": 2.896564483642578,
                  "weights": {
                    "who": -7.145845413208008,
                    "is": 3.255157947540283,
                    "hero": 3.041036605834961,
                    "where": -7.1349005699157715,
                    "what": 17.649744033813477,
                    "the": 17.522024154663086,
                    "real": 17.54529571533203,
                    "name": 17.74936294555664,
                    "of": 17.818632125854492
                  }
                }
              }
            ],
            "outputLookup": false,
            "inputLookup": true,
            "activation": "leaky-relu",
            "trainOpts": {
              "iterations": 20000,
              "errorThresh": 0.0005,
              "log": false,
              "logPeriod": 10,
              "learningRate": 0.1,
              "momentum": 0.1,
              "callbackPeriod": 10,
              "timeout": 40000,
              "beta1": 0.9,
              "beta2": 0.999,
              "epsilon": 1e-8
            }
          }
        }
      }
    },
    {
      "language": "es",
      "docs": [
        {
          "intent": "whois",
          "utterance": [
            "quien",
            "es",
            "her"
          ]
        },
        {
          "intent": "whereis",
          "utterance": [
            "dond",
            "esta",
            "her"
          ]
        },
        {
          "intent": "whereis",
          "utterance": [
            "dond",
            "se",
            "encuentr",
            "her"
          ]
        },
        {
          "intent": "realname",
          "utterance": [
            "cual",
            "es",
            "el",
            "verdader",
            "nombr",
            "de",
            "her"
          ]
        }
      ],
      "features": {
        "quien": 1,
        "es": 2,
        "her": 4,
        "dond": 2,
        "esta": 1,
        "se": 1,
        "encuentr": 1,
        "cual": 1,
        "el": 1,
        "verdader": 1,
        "nombr": 1,
        "de": 1
      },
      "logistic": {
        "observations": {
          "whois": [
            [
              1,
              2
            ]
          ],
          "whereis": [
            [
              2,
              3,
              4
            ],
            [
              2,
              3,
              5,
              6
            ]
          ],
          "realname": [
            [
              1,
              2,
              7,
              8,
              9,
              10,
              11
            ]
          ]
        },
        "labels": [
          "whois",
          "whereis",
          "realname"
        ],
        "observationCount": 4,
        "theta": [
          {
            "elements": [
              3.3187369217072846,
              2.0471006645458925,
              -0.5143361220142056,
              -2.561436786560099,
              -1.5029726268040755,
              -1.0584641597560227,
              -1.0584641597560227,
              -1.2716362571613922,
              -1.2716362571613922,
              -1.2716362571613922,
              -1.2716362571613922,
              -1.2716362571613922
            ]
          },
          {
            "elements": [
              -2.0502608630756534,
              -2.7873086421549207,
              0.11023150032044038,
              2.8975401424753633,
              1.7178125389409733,
              1.1797276035343898,
              1.1797276035343898,
              -0.7370477790792693,
              -0.7370477790792693,
              -0.7370477790792693,
              -0.7370477790792693,
              -0.7370477790792693
            ]
          },
          {
            "elements": [
              -1.6023872164554946,
              0.009253877384562266,
              -1.5849780921987098,
              -1.5942319695832718,
              -0.8891144078973916,
              -0.7051175616858804,
              -0.7051175616858804,
              1.611641093840057,
              1.611641093840057,
              1.611641093840057,
              1.611641093840057,
              1.611641093840057
            ]
          }
        ]
      },
      "useLRC": true,
      "useNeural": true,
      "neuralClassifier": {
        "settings": {
          "config": {
            "activation": "leaky-relu",
            "hiddenLayers": [],
            "learningRate": 0.1,
            "errorThresh": 0.0005,
            "timeout": 40000
          }
        },
        "classifierMap": {
          "whois": {
            "sizes": [
              12,
              1
            ],
            "layers": [
              {
                "quien": {},
                "es": {},
                "her": {},
                "dond": {},
                "esta": {},
                "se": {},
                "encuentr": {},
                "cual": {},
                "el": {},
                "verdader": {},
                "nombr": {},
                "de": {}
              },
              {
                "0": {
                  "bias": 12.616045951843262,
                  "weights": {
                    "quien": 40.19516372680664,
                    "es": 29.38357925415039,
                    "her": 13.99191951751709,
                    "dond": -15.195245742797852,
                    "esta": -9.465998649597168,
                    "se": -5.85239315032959,
                    "encuentr": -5.540787220001221,
                    "cual": -11.223872184753418,
                    "el": -10.885392189025879,
                    "verdader": -10.911604881286621,
                    "nombr": -10.870294570922852,
                    "de": -10.866902351379395
                  }
                }
              }
            ],
            "outputLookup": false,
            "inputLookup": true,
            "activation": "leaky-relu",
            "trainOpts": {
              "iterations": 20000,
              "errorThresh": 0.0005,
              "log": false,
              "logPeriod": 10,
              "learningRate": 0.1,
              "momentum": 0.1,
              "callbackPeriod": 10,
              "timeout": 120000,
              "beta1": 0.9,
              "beta2": 0.999,
              "epsilon": 1e-8
            }
          },
          "whereis": {
            "sizes": [
              12,
              1
            ],
            "layers": [
              {
                "quien": {},
                "es": {},
                "her": {},
                "dond": {},
                "esta": {},
                "se": {},
                "encuentr": {},
                "cual": {},
                "el": {},
                "verdader": {},
                "nombr": {},
                "de": {}
              },
              {
                "0": {
                  "bias": 17.107545852661133,
                  "weights": {
                    "quien": -14.35998821258545,
                    "es": -18.707775115966797,
                    "her": 18.676559448242188,
                    "dond": 37.331233978271484,
                    "esta": 23.4982852935791,
                    "se": 13.970956802368164,
                    "encuentr": 13.892175674438477,
                    "cual": -4.582037448883057,
                    "el": -4.254957675933838,
                    "verdader": -4.2297773361206055,
                    "nombr": -4.468910217285156,
                    "de": -4.478475093841553
                  }
                }
              }
            ],
            "outputLookup": false,
            "inputLookup": true,
            "activation": "leaky-relu",
            "trainOpts": {
              "iterations": 20000,
              "errorThresh": 0.0005,
              "log": false,
              "logPeriod": 10,
              "learningRate": 0.1,
              "momentum": 0.1,
              "callbackPeriod": 10,
              "timeout": 60000,
              "beta1": 0.9,
              "beta2": 0.999,
              "epsilon": 1e-8
            }
          },
          "realname": {
            "sizes": [
              12,
              1
            ],
            "layers": [
              {
                "quien": {},
                "es": {},
                "her": {},
                "dond": {},
                "esta": {},
                "se": {},
                "encuentr": {},
                "cual": {},
                "el": {},
                "verdader": {},
                "nombr": {},
                "de": {}
              },
              {
                "0": {
                  "bias": 2.848588705062866,
                  "weights": {
                    "quien": -9.351909637451172,
                    "es": 7.307774543762207,
                    "her": 3.1231751441955566,
                    "dond": -4.457571506500244,
                    "esta": -2.6822240352630615,
                    "se": -1.9182779788970947,
                    "encuentr": -1.9897713661193848,
                    "cual": 17.013233184814453,
                    "el": 16.994823455810547,
                    "verdader": 16.848567962646484,
                    "nombr": 16.800249099731445,
                    "de": 16.97064781188965
                  }
                }
              }
            ],
            "outputLookup": false,
            "inputLookup": true,
            "activation": "leaky-relu",
            "trainOpts": {
              "iterations": 20000,
              "errorThresh": 0.0005,
              "log": false,
              "logPeriod": 10,
              "learningRate": 0.1,
              "momentum": 0.1,
              "callbackPeriod": 10,
              "timeout": 40000,
              "beta1": 0.9,
              "beta2": 0.999,
              "epsilon": 1e-8
            }
          }
        }
      }
    }
  ],
  "responses": {
    "en": {
      "whois": [
        {
          "condition": "hero === 'spiderman'",
          "response": "The Amazing Spiderman!"
        },
        {
          "condition": "hero === 'ironman'",
          "response": "Half iron half man!"
        },
        {
          "condition": "hero === 'hulk'",
          "response": "Smash!!!!"
        },
        {
          "condition": "hero === 'thor'",
          "response": "God of the Thunder"
        }
      ],
      "whereis": [
        {
          "condition": "hero === 'spiderman'",
          "response": "Hanging on a web"
        },
        {
          "condition": "hero === 'ironman'",
          "response": "At the New York Tower"
        },
        {
          "condition": "hero === 'hulk'",
          "response": "At Planet Hulk"
        },
        {
          "condition": "hero === 'thor'",
          "response": "At Asgard"
        }
      ],
      "realname": [
        {
          "condition": "hero === 'spiderman'",
          "response": "He is Peter Parker"
        },
        {
          "condition": "hero === 'ironman'",
          "response": "He is Tony Stark"
        },
        {
          "condition": "hero === 'hulk'",
          "response": "He is Bruce Banner"
        },
        {
          "condition": "hero === 'thor'",
          "response": "Thor is Thor"
        }
      ]
    },
    "es": {
      "whois": [
        {
          "condition": "hero === 'spiderman'",
          "response": "El increíble Spiderman!"
        },
        {
          "condition": "hero === 'ironman'",
          "response": "Mitad hierro mitad humano"
        },
        {
          "condition": "hero === 'hulk'",
          "response": "Machacar!!!"
        },
        {
          "condition": "hero === 'thor'",
          "response": "Dios del rayo"
        }
      ],
      "whereis": [
        {
          "condition": "hero === 'spiderman'",
          "response": "Colgando de una red"
        },
        {
          "condition": "hero === 'ironman'",
          "response": "En la torre de Nueva York"
        },
        {
          "condition": "hero === 'hulk'",
          "response": "En el Planeta Hulk"
        },
        {
          "condition": "hero === 'thor'",
          "response": "En Asgard"
        }
      ],
      "realname": [
        {
          "condition": "hero === 'spiderman'",
          "response": "Él es Peter Parker"
        },
        {
          "condition": "hero === 'ironman'",
          "response": "/help"
        },
        {
          "condition": "hero === 'hulk'",
          "response": "Él es Bruce Banner"
        },
        {
          "condition": "hero === 'thor'",
          "response": "Thor es Thor"
        }
      ]
    }
  }
}