public class DialogSuggestion
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| DialogSuggestion() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDialogNode()Gets the dialogNode. | 
| java.lang.String | getLabel()Gets the label. | 
| java.util.Map | getOutput()Gets the output. | 
| DialogSuggestionValue | getValue()Gets the value. | 
| void | setDialogNode(java.lang.String dialogNode)Sets the dialogNode. | 
| void | setLabel(java.lang.String label)Sets the label. | 
| void | setOutput(java.util.Map output)Sets the output. | 
| void | setValue(DialogSuggestionValue value)Sets the value. | 
public java.lang.String getLabel()
public DialogSuggestionValue getValue()
public java.util.Map getOutput()
public java.lang.String getDialogNode()
public void setLabel(java.lang.String label)
label - the new labelpublic void setValue(DialogSuggestionValue value)
value - the new valuepublic void setOutput(java.util.Map output)
output - the new outputpublic void setDialogNode(java.lang.String dialogNode)
dialogNode - the new dialogNode