Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NoB0 committed Feb 26, 2024
1 parent f095aa2 commit 417b997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/nlu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ User Intents
Slots
-----

The slots are defined in the enumeration :py:class:`Slots <moviebot.nlu.annotation.slots.Slots>`. Note that some of these slots cannot be filled by the user, such as `imdb_link` and `cover_image`.
The slots are defined in the enumeration :py:class:`Slots <moviebot.nlu.annotation.slots.Slots>`. Note that some of these slots cannot be filled upon the reception of a user utterance, such as `imdb_link` and `cover_image`.

**References**

Expand Down

0 comments on commit 417b997

Please sign in to comment.