Marcos Gomez
Marcos Gomez
Similar to #9 in WebSocket Platform
When getting the value of a matched parameter in a state body, e.g. `temperature = predicted_intent.get_parameter('temperature').value` we always obtain a `str` object, therefore, we cannot do `if temperature > 0`,...
- Unit tests - Integration tests - CI/CD (Github Actions)
The current NER only works with exact matches in the entities. Slight variations would miss the entities and therefore carry this problem to the intent classification module (missing both the...
As a reference, see Xatkit's system entities list (it is the list of DialogFlow's system entities) https://github.com/xatkit-bot-platform/xatkit/wiki/Intents-and-Entities#system-entities
This base entity is not implemented. It is a challenging implementation since it must match any text fragment following a training sentence pattern. Examples: ANY is my name My name...
Add some timeout exception to skip this part if it cannot be downloaded for whatever reason