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, toString
public 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