knowledge_net.chat.chat_event

Classes

CallEvent(*[, event_type, caller, ...])

Chat history event recorded when a knowledge base calls another.

ChatEvent(*[, event_type])

Base class of chat history events.

EventType(value)

Enum of event types in the chat history.

MessageEvent(*[, event_type, originator, ...])

Chat history event representing a message.

ReturnEvent(*[, event_type, caller, ...])

Chat history event recorded when a call from a knowledge base to another returns.

Role(value)

Enum of roles assigned to chat messages.

SummaryEvent(*[, event_type, originator, ...])

Chat history event providing a summary of preceding conversation.

SummaryType(value)

Enum of summary types.