public class RuntimeIntent
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| 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. | 
public 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