public class Response extends Object implements Serializable
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
getEntities()
Gets the entity.
|
String |
getIntent()
Gets the intent.
|
String |
getText()
Gets the text.
|
void |
setEntities(List<Entity> entity)
Sets the entity.
|
void |
setIntent(String intent)
Sets the intent.
|
void |
setText(String text)
Sets the text.
|
public String getText()
public void setText(String text)
text - the new textpublic void setEntities(List<Entity> entity)
entity - the new entitypublic String getIntent()
public void setIntent(String intent)
intent - the new intentCopyright © 2017 BotMill. All rights reserved.