Created
February 24, 2022 13:21
-
-
Save Polaris000/061e94ee361194eea9a2ba2dfe10950a to your computer and use it in GitHub Desktop.
Revisions
-
Polaris000 created this gist
Feb 24, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ version: "2.0" nlu: - intent: greet examples: | - hi - hello - intent: supply_contact_info examples: | - My name is [John](name). email's [[email protected]](email) - name: [David](name) email: [[email protected]](email) - Yeah sure. I'm [Barbara](name). My email is [[email protected]](email) - [Susan](name), [[email protected]](email) - Sure. It's [Fred](name). My email is [[email protected]](email).