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