Uses of Record Class
com.github.copilot.sdk.json.Attachment
Packages that use Attachment
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of Attachment in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMessageOptions.getAttachments()Gets the file attachments.SendMessageRequest.getAttachments()Gets the attachments.Method parameters in com.github.copilot.sdk.json with type arguments of type AttachmentModifier and TypeMethodDescriptionMessageOptions.setAttachments(List<Attachment> attachments) Sets file attachments to include with the message.voidSendMessageRequest.setAttachments(List<Attachment> attachments) Sets the attachments.