Uses of Enum Class
com.github.copilot.generated.rpc.SlashCommandKind
Packages that use SlashCommandKind
-
Uses of SlashCommandKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type SlashCommandKind in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCoarse command category for grouping and behavior: runtime built-in, skill-backed command, or SDK/client-owned commandMethods in com.github.copilot.generated.rpc that return SlashCommandKindModifier and TypeMethodDescriptionstatic SlashCommandKindSlashCommandInfo.kind()Returns the value of thekindrecord component.static SlashCommandKindReturns the enum constant of this class with the specified name.static SlashCommandKind[]SlashCommandKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SlashCommandKindModifierConstructorDescriptionSlashCommandInfo(String name, List<String> aliases, String description, SlashCommandKind kind, SlashCommandInput input, Boolean allowDuringAgentExecution, Boolean experimental) Creates an instance of aSlashCommandInforecord class.