| Package | Description |
|---|---|
| io.spokestack.spokestack.dialogue |
This package contains components used for dialogue management.
|
| Modifier and Type | Field and Description |
|---|---|
DialogueEvent.Type |
DialogueEvent.type
The event's type.
|
| Modifier and Type | Method and Description |
|---|---|
static DialogueEvent.Type |
DialogueEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogueEvent.Type[] |
DialogueEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DialogueEvent(DialogueEvent.Type eventType,
ConversationState newState)
Create a new dialogue event.
|
Copyright © 2021. All rights reserved.