Uses of 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 AttachmentModifier and TypeMethodDescriptionAttachment.setDisplayName(String displayName) Sets a human-readable display name for the attachment.Sets the file path.Sets the attachment type.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.