dialoguekit.core.annotation

Interface representing an annotation.

Classes

Annotation

Represents an annotation.

Module Contents

class dialoguekit.core.annotation.Annotation(slot: str = None, value: str = None)

Represents an annotation.

property slot: str

Returns the annotation slot.

property value: str

Returns the annotation value.