Skip to content

Commit

Permalink
Merge branch 'master' into multiple-queues
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Mar 9, 2020
2 parents bb59514 + c1e2473 commit 64a1024
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/core/slots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ You can provide an initial value for a slot in your domain file:
type: text
initial_value: "human"
You can get the value of a slot using ``.get_slot()`` inside ``actions.py`` for example:

.. code-block:: python
data = tracker.get_slot("slot-name")
There are multiple ways that slots are set during a conversation:

Expand Down

0 comments on commit 64a1024

Please sign in to comment.