Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SlashCommandKind
Packages that use SlashCommandKind
-
Uses of SlashCommandKind in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.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.sdk.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.