Uses of Enum Class
com.github.copilot.generated.UserMessageAgentMode
Packages that use UserMessageAgentMode
-
Uses of UserMessageAgentMode in com.github.copilot.generated
Subclasses with type arguments of type UserMessageAgentMode in com.github.copilot.generatedModifier and TypeClassDescriptionenumThe agent mode that was active when this message was sentMethods in com.github.copilot.generated that return UserMessageAgentModeModifier and TypeMethodDescriptionUserMessageEvent.UserMessageEventData.agentMode()Returns the value of theagentModerecord component.static UserMessageAgentModestatic UserMessageAgentModeReturns the enum constant of this class with the specified name.static UserMessageAgentMode[]UserMessageAgentMode.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 UserMessageAgentModeModifierConstructorDescriptionUserMessageEventData(String content, String transformedContent, List<Object> attachments, List<String> supportedNativeDocumentMimeTypes, List<String> nativeDocumentPathFallbackPaths, String source, UserMessageAgentMode agentMode, Boolean isAutopilotContinuation, String interactionId, String parentAgentTaskId) Creates an instance of aUserMessageEventDatarecord class.