dialoguekit.core.annotation =========================== .. py:module:: dialoguekit.core.annotation .. autoapi-nested-parse:: Interface representing an annotation. Classes ------- .. autoapisummary:: dialoguekit.core.annotation.Annotation Module Contents --------------- .. py:class:: Annotation(slot: str = None, value: str = None) Represents an annotation. .. py:property:: slot :type: str Returns the annotation slot. .. py:property:: value :type: str Returns the annotation value.