dialoguekit.core.slot_value_annotation

Interface representing slot-value annotations.

Classes

SlotValueAnnotation

Represents slot-value annotation.

Module Contents

class dialoguekit.core.slot_value_annotation.SlotValueAnnotation

Bases: dialoguekit.core.annotation.Annotation

Represents slot-value annotation.

slot: str = None
value: str = None
start: int = None
end: int = None