You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -85,7 +85,7 @@ class LicenePlateExtractor extends RegexExtractor {
85
85
}
86
86
}
87
87
88
-
module.exports=LicenePlateExtractor
88
+
module.exports=LicensePlateExtractor
89
89
```
90
90
91
91
As you can see, creating a new RegexExtractor is very easy. You just need to specify a `dimension` that is going to be used in your dialog and the regex you want to match to extract your entities.
0 commit comments