public class SystemTurn extends Object
| Constructor and Description |
|---|
SystemTurn() |
| Modifier and Type | Method and Description |
|---|---|
io.spokestack.spokestack.dialogue.policy.Model.AbstractNode |
getNode() |
Prompt |
getPrompt() |
void |
setNode(io.spokestack.spokestack.dialogue.policy.Model.AbstractNode nodeOrFeature)
Set the node or feature associated with this system turn.
|
void |
setPrompt(Prompt systemPrompt)
Set the prompt associated with this system turn.
|
public io.spokestack.spokestack.dialogue.policy.Model.AbstractNode getNode()
public void setNode(io.spokestack.spokestack.dialogue.policy.Model.AbstractNode nodeOrFeature)
nodeOrFeature - The node or feature to associate with the turn.public Prompt getPrompt()
public void setPrompt(Prompt systemPrompt)
systemPrompt - The prompt to associate with the turn.Copyright © 2021. All rights reserved.