Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SlashCommandInputCompletion
Packages that use SlashCommandInputCompletion
-
Uses of SlashCommandInputCompletion in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SlashCommandInputCompletionModifier and TypeMethodDescriptionSlashCommandInput.completion()Returns the value of thecompletionrecord component.static SlashCommandInputCompletionstatic SlashCommandInputCompletionReturns the enum constant of this class with the specified name.static SlashCommandInputCompletion[]SlashCommandInputCompletion.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 SlashCommandInputCompletionModifierConstructorDescriptionSlashCommandInput(String hint, Boolean required, SlashCommandInputCompletion completion, Boolean preserveMultilineInput) Creates an instance of aSlashCommandInputrecord class.