public class Context extends DynamicModel
| Constructor and Description | 
|---|
Context()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getConversationId()
Gets the conversationId. 
 | 
SystemResponse | 
getSystem()
Gets the system. 
 | 
void | 
setConversationId(java.lang.String conversationId)
Sets the conversationId. 
 | 
void | 
setSystem(SystemResponse system)
Sets the system. 
 | 
equals, hashCode, toStringpublic java.lang.String getConversationId()
public SystemResponse getSystem()
public void setConversationId(java.lang.String conversationId)
conversationId - the new conversationIdpublic void setSystem(SystemResponse system)
system - the new system