buerokratt / Training-Module

MIT License
2 stars 16 forks source link

REST service to add a new Rasa entity #121

Open turnerrainer opened 1 year ago

turnerrainer commented 1 year ago

AS AN Architect I WANT TO have a REST service to add a new Rasa entity SO THAT there wouldn't be any duplicate services for it

Acceptance Criteria

Examples

Sample input of domain.yml

entities:
  - asukoht
  - nimi
  - aadress

Output after making a request to add an entity called asutus

entities:
  - asukoht
  - nimi
  - aadress
  - asutus
janyprus commented 1 year ago

sample input for /rasa/entities/add

{
    "entity": "asukoht"
}
turnerrainer commented 1 year ago

@janyprus please link this issue with an appropriate pull request.

janyprus commented 1 year ago

Pull request #172

turnerrainer commented 8 months ago

Blocked due to #289

Kristjan259 commented 7 months ago

Gives 300 error code when trying to add new entity