Uses of Record Class
com.github.copilot.generated.rpc.SlashCommandInfo
Packages that use SlashCommandInfo
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SlashCommandInfo in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type SlashCommandInfoModifier and TypeMethodDescriptionCommandsListResult.commands()Returns the value of thecommandsrecord component.SessionCommandsListResult.commands()Returns the value of thecommandsrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type SlashCommandInfoModifierConstructorDescriptionCommandsListResult(List<SlashCommandInfo> commands) Creates an instance of aCommandsListResultrecord class.SessionCommandsListResult(List<SlashCommandInfo> commands) Creates an instance of aSessionCommandsListResultrecord class.