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
value: str
start: int
end: int