Uses of Interface
com.github.copilot.sdk.json.MessageAttachment
Packages that use MessageAttachment
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of MessageAttachment in com.github.copilot.sdk.json
Classes in com.github.copilot.sdk.json that implement MessageAttachmentModifier and TypeClassDescriptionfinal recordRepresents a file attachment to include with a message.final classRepresents an inline base64-encoded binary attachment (blob) for messages.Methods in com.github.copilot.sdk.json that return types with arguments of type MessageAttachmentModifier and TypeMethodDescriptionMessageOptions.getAttachments()Gets the attachments.SendMessageRequest.getAttachments()Gets the attachments.Method parameters in com.github.copilot.sdk.json with type arguments of type MessageAttachmentModifier and TypeMethodDescriptionMessageOptions.setAttachments(List<? extends MessageAttachment> attachments) Sets attachments to include with the message.voidSendMessageRequest.setAttachments(List<MessageAttachment> attachments) Sets the attachments.