public class IntentNode extends ParentNode<SourceNode>
Constructor and Description |
---|
IntentNode(Intent intent,
double probabilityScore) |
Modifier and Type | Method and Description |
---|---|
Intent |
getIntent()
Returns the intent of this node, this is never null
|
void |
setIntent(Intent intent) |
String |
toString()
Returns intent:probability
|
addSources, children
compareTo, getScore, increaseScore, setScore
Copyright © 2017. All rights reserved.