| Package | Description |
|---|---|
| io.spokestack.spokestack.dialogue |
This package contains components used for dialogue management.
|
| Modifier and Type | Field and Description |
|---|---|
ConversationState |
DialogueEvent.state
The state of the conversation at the time of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationState |
ConversationState.Builder.build()
Turn the current builder into an immutable
ConversationState. |
| Constructor and Description |
|---|
DialogueEvent(DialogueEvent.Type eventType,
ConversationState newState)
Create a new dialogue event.
|
Copyright © 2021. All rights reserved.