- Notifications
You must be signed in to change notification settings - Fork0
This repository is for enabling external developers to configure some of the globally scoped skill configurations of their skill which are not exposed through a GUI yet.
License
13udha/hackathon-conf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The intention of this repository is to provide an interface for therhapsody hackathon participants to configuretheir skills for the configurations that are not available/exposed in theSDP - skill development platform yet.
In the future all of the things you can do here should and will be consolidated into the SDP.
For the course of this hackathon we decided only to expose the RegexNLU mechanism to build skills.In case you want to use aLUIS model please contact the organisational team in theslack.
Please prefix your intents in thedomain.json
,answer-regex.json
andregex.json
with yourTEAM_XY_
identifier.
Fork this repo, and create a pull request (after rebasing your master branch with the master branch of this repository) in yourTEAM_XY_
folder.
Create the regex NLU for your usecase like so:
[ {"name":"TEAM_XY_<INTENT_NAME>","pattern":"you want to catch everything after this sentence (.*)","entities": ["caught_stuff"] }]
Create your domain context metadata usingdcm:
Same as above. Just fill out answer-regex.json out.
This project is licensed under the GPL-3 license.