public class MessageRequest extends GenericModel
| Constructor and Description | 
|---|
| MessageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Context | getContext()Gets the context. | 
| java.util.List<RuntimeEntity> | getEntities()Gets the entities. | 
| InputData | getInput()Gets the input. | 
| java.util.List<RuntimeIntent> | getIntents()Gets the intents. | 
| OutputData | getOutput()Gets the output. | 
| java.lang.Boolean | isAlternateIntents()Gets the alternateIntents. | 
| void | setAlternateIntents(java.lang.Boolean alternateIntents)Sets the alternateIntents. | 
| void | setContext(Context context)Sets the context. | 
| 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. | 
| void | setOutput(OutputData output)Sets the output. | 
equals, hashCode, toStringpublic InputData getInput()
public java.lang.Boolean isAlternateIntents()
public Context getContext()
public java.util.List<RuntimeEntity> getEntities()
public java.util.List<RuntimeIntent> getIntents()
public OutputData getOutput()
public void setInput(InputData input)
input - the new inputpublic void setAlternateIntents(java.lang.Boolean alternateIntents)
alternateIntents - the new alternateIntentspublic void setContext(Context context)
context - the new contextpublic void setEntities(java.util.List<RuntimeEntity> entities)
entities - the new entitiespublic void setIntents(java.util.List<RuntimeIntent> intents)
intents - the new intentspublic void setOutput(OutputData output)
output - the new output