|
| 1 | +## intent:affirm |
| 2 | +- yes |
| 3 | +- yep |
| 4 | +- yeah |
| 5 | +- indeed |
| 6 | +- that's right |
| 7 | +- ok |
| 8 | +- great |
| 9 | +- right, thank you |
| 10 | +- correct |
| 11 | +- great choice |
| 12 | +- sounds really good |
| 13 | + |
| 14 | +## intent:goodbye |
| 15 | +- bye |
| 16 | +- goodbye |
| 17 | +- good bye |
| 18 | +- stop |
| 19 | +- end |
| 20 | +- farewell |
| 21 | +- Bye bye |
| 22 | +- have a good one |
| 23 | + |
| 24 | +## intent:greet |
| 25 | +- hey |
| 26 | +- howdy |
| 27 | +- hey there |
| 28 | +- hello |
| 29 | +- hi |
| 30 | +- good morning |
| 31 | +- good evening |
| 32 | +- dear sir |
| 33 | + |
| 34 | +## intent:chitchat |
| 35 | +- What's your name? |
| 36 | +- What can I call you? |
| 37 | +- How's the weather? |
| 38 | +- Is it too hot outside? |
| 39 | + |
| 40 | +## intent:book_flight |
| 41 | +- i'm looking for a flight |
| 42 | +- I want to book a flight |
| 43 | +- i'm looking for a flight to [Berlin]{"entity": "location", "role": "to"} |
| 44 | +- show me flights from [Amsterdam]{"entity": "location", "role": "from"} |
| 45 | +- show me flights to [London]{"entity": "location", "role": "to"} |
| 46 | +- i am looking for a flight from [SF]{"entity": "location", "value": "San Fransisco", "role": "from"} to [New York]{"entity": "location", "role": "to"} |
| 47 | +- search for flights |
| 48 | +- from [Madrid]{"entity": "location", "role": "from"} to [Munich]{"entity": "location", "role": "to"} |
| 49 | +- any flight to [Liverpool]{"entity": "location", "role": "to"} |
| 50 | + |
| 51 | +## intent:order_pizza |
| 52 | +- i want a [large]{"entity": "size", "group": "1"} pizza with [tomato]{"entity": "topping", "group": "1"} and a [small]{"entity": "size", "group": "2"} pizza with [bacon]{"entity": "topping", "group": "2"} |
| 53 | +- one [large]{"entity": "size", "group": "1"} with [pepperoni]{"entity": "topping", "group": "1"} and a [medium]{"entity": "size", "group": "2"} with [mushrooms]{"entity": "topping", "group": "2"} |
| 54 | +- I would like a [medium]{"entity": "size", "group": "1"} standard pizza and a [medium]{"entity": "size", "group": "2"} pizza with [extra cheese]{"entity": "topping", "group": "2"} |
| 55 | +- [large]{"entity": "size", "group": "1"} with [onions]{"entity": "topping", "group": "1"} and [small]{"entity": "size", "group": "2"} with [olives]{"entity": "topping", "group": "2"} |
| 56 | +- a pizza with [onions]{"entity": "topping", "group": "1"} in [medium]{"entity": "size", "group": "1"} and one with [mushrooms]{"entity": "topping", "group": "2"} in [small]{"entity": "size", "group": "2"} please |
0 commit comments