public class RuntimeIntent extends DynamicModel
| Constructor and Description | 
|---|
RuntimeIntent()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Double | 
getConfidence()
Gets the confidence. 
 | 
java.lang.String | 
getIntent()
Gets the intent. 
 | 
void | 
setConfidence(java.lang.Double confidence)
Sets the confidence. 
 | 
void | 
setIntent(java.lang.String intent)
Sets the intent. 
 | 
equals, hashCode, toStringpublic java.lang.String getIntent()
public java.lang.Double getConfidence()
public void setIntent(java.lang.String intent)
intent - the new intentpublic void setConfidence(java.lang.Double confidence)
confidence - the new confidence