Uses of Enum Class
com.github.copilot.generated.ElicitationCompletedAction
Packages that use ElicitationCompletedAction
-
Uses of ElicitationCompletedAction in com.github.copilot.generated
Subclasses with type arguments of type ElicitationCompletedAction in com.github.copilot.generatedModifier and TypeClassDescriptionenumThe user action: "accept" (submitted form), "decline" (explicitly refused), or "cancel" (dismissed)Methods in com.github.copilot.generated that return ElicitationCompletedActionModifier and TypeMethodDescriptionElicitationCompletedEvent.ElicitationCompletedEventData.action()Returns the value of theactionrecord component.static ElicitationCompletedActionstatic ElicitationCompletedActionReturns the enum constant of this class with the specified name.static ElicitationCompletedAction[]ElicitationCompletedAction.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 ElicitationCompletedActionModifierConstructorDescriptionElicitationCompletedEventData(String requestId, ElicitationCompletedAction action, Map<String, Object> content) Creates an instance of aElicitationCompletedEventDatarecord class.