Class SlashCommandInvocationResult
java.lang.Object
com.github.copilot.generated.rpc.SlashCommandInvocationResult
- Direct Known Subclasses:
SlashCommandAgentPromptResult, SlashCommandCompletedResult, SlashCommandSelectSubcommandResult, SlashCommandTextResult
Result of invoking the slash command (text output, prompt to send to the agent, or completion).
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SlashCommandInvocationResult
public SlashCommandInvocationResult()
-
-
Method Details
-
getKind
Returns the discriminator value for this variant.- Returns:
- the kind discriminator
-