| Package | Description |
|---|---|
| io.spokestack.spokestack.dialogue |
This package contains components used for dialogue management.
|
| io.spokestack.spokestack.nlu |
This package contains components used for natural language understanding.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Slot> |
ConversationState.getSlots() |
| Modifier and Type | Method and Description |
|---|---|
ConversationState.Builder |
ConversationState.Builder.withAction(String appAction,
Map<String,Slot> args)
Include an app action and associated slots in the conversation
state.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Slot> |
NLUResult.getSlots() |
| Modifier and Type | Method and Description |
|---|---|
NLUResult.Builder |
NLUResult.Builder.withSlots(Map<String,Slot> slots)
Attaches the slot values extracted from the user utterance.
|
Copyright © 2021. All rights reserved.