Uses of Record Class
com.github.copilot.generated.rpc.SendMessageItem
Packages that use SendMessageItem
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SendMessageItem in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type SendMessageItemModifier and TypeMethodDescriptionSessionSendMessagesParams.messages()Returns the value of themessagesrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type SendMessageItemModifierConstructorDescriptionSessionSendMessagesParams(String sessionId, List<SendMessageItem> messages, SendMode mode, Boolean prepend, SendAgentMode agentMode, Map<String, String> requestHeaders, String traceparent, String tracestate, Boolean wait_) Creates an instance of aSessionSendMessagesParamsrecord class.