public class DialogSuggestion extends GenericModel
Constructor and Description |
---|
DialogSuggestion() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Gets the label.
|
java.util.Map |
getOutput()
Gets the output.
|
DialogSuggestionValue |
getValue()
Gets the value.
|
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.
|
equals, hashCode, toString
public java.lang.String getLabel()
public DialogSuggestionValue getValue()
public java.util.Map getOutput()
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 output