Skip to content

Latest commit

History

History
21 lines (15 loc) 路 604 Bytes

tracker.rst

File metadata and controls

21 lines (15 loc) 路 604 Bytes
desc:Trackers maintain the state of the a dialogue and can be featurized for machine learning algorithms right out of the box.

Tracker

.. edit-link::

Trackers maintain the state of a dialogue between the assistant and the user in the form of conversation sessions. To learn more about how to configure the session behaviour, check out the docs on :ref:`session_config`.

.. edit-link::
   :url: https://github.com/RasaHQ/rasa/edit/master/rasa/core/trackers.py
   :text: SUGGEST DOCSTRING EDITS

.. autoclass:: rasa.core.trackers.DialogueStateTracker
   :members: