Hi everyone,
Since it is possible to send intents to rasa core directly (i.e. without writing any “real” text) by putting / in front of the intent, like /greet
for example, is there also a way to pass an entity with the intent in this format, e.g. /provide_info(restaurant:chinese)
?
Most channels have the ability to present the user with buttons, and the payload which is sent back to rasa when a specific button is clicked needs to be specified. Passing an entity like shown above would make it unnecessary to train an entity extractor on the entity in question when this entity is just used with buttons. Thanks!
Best, Martin