rasa entities code example

Example 1: rasa entity extraction

I want to fly from [Berlin](city) to [San Francisco](city).

Example 2: rasa entity extraction

- I want to fly from [Berlin]{"entity": "city", "role": "departure"} to [San Francisco]{"entity": "city", "role": "destination"}.

Example 3: rasa entity extraction

Give me a [small]{"entity": "size", "group": "1"} pizza with [mushrooms]{"entity": "topping", "group": "1"} and
a [large]{"entity": "size", "group": "2"} [pepperoni]{"entity": "topping", "group": "2"}

Tags:

Misc Example