Uses of Record Class
com.github.copilot.generated.rpc.SlashCommandInputChoice
Packages that use SlashCommandInputChoice
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SlashCommandInputChoice in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type SlashCommandInputChoiceModifier and TypeMethodDescriptionSlashCommandInput.choices()Returns the value of thechoicesrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type SlashCommandInputChoiceModifierConstructorDescriptionSlashCommandInput(String hint, List<SlashCommandInputChoice> choices, Boolean required, SlashCommandInputCompletion completion, Boolean preserveMultilineInput) Creates an instance of aSlashCommandInputrecord class.