dialoguekit.core.utterance

Interface representing the basic unit of communication.

Classes

Utterance

Represents an utterance.

Module Contents

class dialoguekit.core.utterance.Utterance

Represents an utterance.

text: str
participant: dialoguekit.participant.DialogueParticipant
utterance_id: str = None
timestamp: datetime.datetime = None