Skip to content

Instantly share code, notes, and snippets.

@Polaris000
Created February 24, 2022 13:21
Show Gist options
  • Select an option

  • Save Polaris000/061e94ee361194eea9a2ba2dfe10950a to your computer and use it in GitHub Desktop.

Select an option

Save Polaris000/061e94ee361194eea9a2ba2dfe10950a to your computer and use it in GitHub Desktop.
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment