Uses of Enum Class
com.github.copilot.generated.SessionLimitsExhaustedResponseAction
Packages that use SessionLimitsExhaustedResponseAction
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of SessionLimitsExhaustedResponseAction in com.github.copilot.generated
Subclasses with type arguments of type SessionLimitsExhaustedResponseAction in com.github.copilot.generatedModifier and TypeClassDescriptionenumUser action selected for an exhausted session limit.Methods in com.github.copilot.generated that return SessionLimitsExhaustedResponseActionModifier and TypeMethodDescriptionSessionLimitsExhaustedResponse.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.static SessionLimitsExhaustedResponseAction[]SessionLimitsExhaustedResponseAction.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 SessionLimitsExhaustedResponseActionModifierConstructorDescriptionSessionLimitsExhaustedResponse(SessionLimitsExhaustedResponseAction action, Double additionalAiCredits, Double maxAiCredits) Creates an instance of aSessionLimitsExhaustedResponserecord class.