Class SendMessageResponse

java.lang.Object
com.github.copilot.sdk.json.SendMessageResponse

public final class SendMessageResponse extends Object
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 Details

    • SendMessageResponse

      public SendMessageResponse()
  • Method Details

    • getMessageId

      public String getMessageId()
      Gets the message ID assigned by the server.
      Returns:
      the message ID
    • setMessageId

      public void setMessageId(String messageId)
      Sets the message ID.
      Parameters:
      messageId - the message ID