Skip to content

Commit

Permalink
Typo in rasanlu docs (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-fiksel authored Jan 8, 2023
1 parent b385862 commit 7969a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/skills/matchers/rasanlu.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The example skill will print the following .
```eval_rst
.. warning::
When using Rasa roles the entity name is used multiple times (for departure and for destination).
To be able to provided it via `message.entities` Opsdroid rasanlu matcher will create a new name `city` with both roles `departure` and `destination` appended (with `_`).
To be able to provide it via `message.entities` Opsdroid rasanlu matcher will create a new name `city` with both roles `departure` and `destination` appended (with `_`).

So the entities will be stored in `message.entities` with keys `city_departure` and `city_destination`.
```
Expand Down Expand Up @@ -251,4 +251,4 @@ This skill will result the following structure in `message.entities`:
"confidence": 0.9521082639694214
}
}
```
```

0 comments on commit 7969a1a

Please sign in to comment.