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.

Revisions

  1. Polaris000 created this gist Feb 24, 2022.
    14 changes: 14 additions & 0 deletions rasa_intent_classifier_test.yml
    Original 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).