To add in the context the entity value parsed by to the "initEntityParser" studio action, so that the bot remembers the value in order to use it later in the script
SA - init custom entity parser
<aside> ⚠️ Do NOT use accent in the custom entity parser.
</aside>
Bot HOW TO
Sometimes it is necessary to create a small database in order to recognize several very distinct elements, for example :
It could be possible to create intents corresponding to "names", "flat", "colours" but it would have been long : create several intents, add quite different utterances between each intents... whereas the studio actions "initCustomEntityParser" and "processCustomEntity = addParsedEntityToContext" allow to do it and add only one intent.
First :