dialoguekit.core.slot_value_annotation ====================================== .. py:module:: dialoguekit.core.slot_value_annotation .. autoapi-nested-parse:: Interface representing slot-value annotations. Classes ------- .. autoapisummary:: dialoguekit.core.slot_value_annotation.SlotValueAnnotation Module Contents --------------- .. py:class:: SlotValueAnnotation Bases: :py:obj:`dialoguekit.core.annotation.Annotation` Represents slot-value annotation. .. py:attribute:: slot :type: str .. py:attribute:: value :type: str .. py:attribute:: start :type: int .. py:attribute:: end :type: int