public class DialogSuggestionValue extends GenericModel
Constructor and Description |
---|
DialogSuggestionValue() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RuntimeEntity> |
getEntities()
Gets the entities.
|
InputData |
getInput()
Gets the input.
|
java.util.List<RuntimeIntent> |
getIntents()
Gets the intents.
|
void |
setEntities(java.util.List<RuntimeEntity> entities)
Sets the entities.
|
void |
setInput(InputData input)
Sets the input.
|
void |
setIntents(java.util.List<RuntimeIntent> intents)
Sets the intents.
|
equals, hashCode, toString
public InputData getInput()
public java.util.List<RuntimeIntent> getIntents()
public java.util.List<RuntimeEntity> getEntities()
public void setInput(InputData input)
input
- the new inputpublic void setIntents(java.util.List<RuntimeIntent> intents)
intents
- the new intentspublic void setEntities(java.util.List<RuntimeEntity> entities)
entities
- the new entities