public class MessageResponse extends DynamicModel
| Constructor and Description | 
|---|
MessageResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DialogNodeAction> | 
getActions()
Gets the actions. 
 | 
Context | 
getContext()
Gets the context. 
 | 
java.util.List<RuntimeEntity> | 
getEntities()
Gets the entities. 
 | 
MessageInput | 
getInput()
Gets the input. 
 | 
java.util.List<RuntimeIntent> | 
getIntents()
Gets the intents. 
 | 
OutputData | 
getOutput()
Gets the output. 
 | 
java.lang.Boolean | 
isAlternateIntents()
Gets the alternateIntents. 
 | 
equals, hashCode, toStringpublic MessageInput getInput()
public java.util.List<RuntimeIntent> getIntents()
public java.util.List<RuntimeEntity> getEntities()
public java.lang.Boolean isAlternateIntents()
public Context getContext()
public OutputData getOutput()
public java.util.List<DialogNodeAction> getActions()