Uses of Enum Class
com.github.copilot.sdk.generated.ElicitationCompletedAction
Packages that use ElicitationCompletedAction
-
Uses of ElicitationCompletedAction in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.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.sdk.generated with parameters of type ElicitationCompletedActionModifierConstructorDescriptionElicitationCompletedEventData(String requestId, ElicitationCompletedAction action, Map<String, Object> content) Creates an instance of aElicitationCompletedEventDatarecord class.