Can one programmatically refer to an entity's occu...
# 🤝help
w
If I have in my library an entity
dogSounds
whose occurrences are
woof
and
arf
, can I programmatically refer to those occurrences even if
event.nlu
does NOT contain that entity? Say for example, that
event.nlu
is empty, I have some string, I want to test if it contains any occurrence from
dogSounds
, without manually listing (or needing to know) those occurrences. I searched here and in the docs ( https://botpress.com/docs/cloud/studio/library/ ) but did not find the droids I was looking for.