Uses of Enum Class
com.github.copilot.generated.UserMessageDelivery
Packages that use UserMessageDelivery
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of UserMessageDelivery in com.github.copilot.generated
Subclasses with type arguments of type UserMessageDelivery in com.github.copilot.generatedModifier and TypeClassDescriptionenumHow this user message was delivered to the agentic loop, relative to whether the loop was already running.Methods in com.github.copilot.generated that return UserMessageDeliveryModifier and TypeMethodDescriptionUserMessageEvent.UserMessageEventData.delivery()Returns the value of thedeliveryrecord component.static UserMessageDeliverystatic UserMessageDeliveryReturns the enum constant of this class with the specified name.static UserMessageDelivery[]UserMessageDelivery.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type UserMessageDeliveryModifierConstructorDescriptionUserMessageEventData(String content, String transformedContent, List<Object> attachments, List<String> supportedNativeDocumentMimeTypes, List<String> nativeDocumentPathFallbackPaths, String source, UserMessageDelivery delivery, UserMessageAgentMode agentMode, Boolean isAutopilotContinuation, String interactionId, String parentAgentTaskId) Creates an instance of aUserMessageEventDatarecord class.