dialoguekit.core.slot_value_annotation¶
Interface representing slot-value annotations.
Classes¶
Represents slot-value annotation. |
Module Contents¶
- class dialoguekit.core.slot_value_annotation.SlotValueAnnotation(slot: str = None, value: str = None, start: int = None, end: int = None)¶
Bases:
dialoguekit.core.annotation.Annotation
Represents slot-value annotation.