| Interface | Description |
|---|---|
| DialogFlowDAO |
| Class | Description |
|---|---|
| ArchivedEntityValue |
An archived (old) entity value.
|
| Dialog |
A dialog is a conversation between users and bots.
Conversation history is split into a list of stories.
The dialog has a (current) state.
|
| DialogState |
The
class Dialog state. |
| EntityStateValue |
EntityStateValue is the current value of an entity with its history.
|
| EntityValue |
A (may be not yet evaluated) value linked to an entity stored in the context.
|
| EntityValueKt | |
| EventState |
State in event scope.
|
| NextUserActionState |
The temporary initial state for next user action.
|
| Snapshot |
A "snapshot" is a readonly view of the state in the dialog, usually after a bot reply.
|
| Story |
A Story is a small unit of conversation about a specific topic.
It is linked to at least one intent - the starterIntent.
|