Package com.github.copilot.sdk.json
Class SendMessageResponse
java.lang.Object
com.github.copilot.sdk.json.SendMessageResponse
Internal response object from sending a message.
This is a low-level class for JSON-RPC communication containing the message ID assigned by the server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the message ID assigned by the server.voidsetMessageId(String messageId) Sets the message ID.
-
Constructor Details
-
SendMessageResponse
public SendMessageResponse()
-
-
Method Details
-
getMessageId
Gets the message ID assigned by the server.- Returns:
- the message ID
-
setMessageId
Sets the message ID.- Parameters:
messageId- the message ID
-