Spaces:
Build error
Build error
| version: "3.1" | |
| nlu: | |
| - intent: strict_flow | |
| examples: | | |
| - strict flow | |
| - fill my form using sttrict flow | |
| - I want to fill form in strict flow | |
| - intent: free_flow | |
| examples: | | |
| - free flow | |
| - I want to fill my form using free flow | |
| - Please fill form using free flow | |
| - free flow form filling | |
| - fill form using free flow | |
| - help me with free flow | |
| - intent: chat | |
| examples: | | |
| - What should I enter in Name field? | |
| - Help me with basic detail form? | |
| - hello | |
| - hi | |
| #rutvi's code | |
| - intent: affirm | |
| examples: | | |
| - yes | |
| - y | |
| - indeed | |
| - of course | |
| - that sounds good | |
| - correct | |
| - /affirm | |
| - intent: deny | |
| examples: | | |
| - no | |
| - n | |
| - never | |
| - I don't think so | |
| - don't like that | |
| - no way | |
| - not really | |
| - intent: provide_phone | |
| examples: | | |
| - [555 123-4567](phone) | |
| - [650 987-6543](phone) | |
| - [212 456-7890](phone) | |
| - [(415) 234-5678](phone) | |
| - [(305) 567-8901](phone) | |
| - [9876543210](phone) | |
| - [1234567890](phone) | |
| - [5678901234](phone) | |
| - [7890123456](phone) | |
| - [2345678901](phone) | |
| - [+1 1234567890](phone) | |
| - [+1 5678901234](phone) | |
| - [+1 7890123456](phone) | |
| - [+1 2345678901](phone) | |
| - [+91 1234567890](phone) | |
| - [+44 7123 456789](phone) | |
| - [+61 2 1234 5678](phone) | |
| - [+33 1 23 45 67 89](phone) | |
| - [+49 123 456789](phone) | |
| - [+1-555-123-4567](phone) | |
| - [1-650-987-6543](phone) | |
| - [212.456.7890](phone) | |
| - [415/234/5678](phone) | |
| - [305\567\8901](phone) | |
| - [+1 (800) 555-1234](phone) | |
| - [+1 (888) 123-4567](phone) | |
| - [+1 (900) 567-8901](phone) | |
| - [+1 (877) 234-5678](phone) | |
| - [+1 (866) 456-7890](phone) | |
| - intent: goodbye | |
| examples: | | |
| - goodbye | |
| - bye | |
| - see you later | |
| - I'm done | |
| - exit | |
| - all done | |
| - thank you | |
| # - intent: form_fill | |
| # examples: | | |
| # - Let me give you form data | |
| # - I want to fill up my form | |
| # - I am giving you form data from my recording, so fill up the form from that | |
| # - I need to fill out a form | |
| # - I want to input data into a form | |
| # - I have some details to enter into a form | |
| # - I need to fill in a form with my information | |
| # - Assist me in completing this form | |
| # - Let me provide the form details via an audio recording | |
| # - I'll record the form information, and you can fill it out | |
| # - I'm going to dictate the form data, so please fill in the form |