Class SlashCommandAgentPromptResult

java.lang.Object
com.github.copilot.generated.rpc.SlashCommandInvocationResult
com.github.copilot.generated.rpc.SlashCommandAgentPromptResult

@Generated("copilot-sdk-codegen") public final class SlashCommandAgentPromptResult extends SlashCommandInvocationResult
Schema for the `SlashCommandAgentPromptResult` type.
Since:
1.0.0
  • Constructor Details

    • SlashCommandAgentPromptResult

      public SlashCommandAgentPromptResult()
  • Method Details

    • getKind

      public String getKind()
      Description copied from class: SlashCommandInvocationResult
      Returns the discriminator value for this variant.
      Specified by:
      getKind in class SlashCommandInvocationResult
      Returns:
      the kind discriminator
    • getPrompt

      public String getPrompt()
    • setPrompt

      public void setPrompt(String prompt)
    • getDisplayPrompt

      public String getDisplayPrompt()
    • setDisplayPrompt

      public void setDisplayPrompt(String displayPrompt)
    • getMode

      public SessionMode getMode()
    • setMode

      public void setMode(SessionMode mode)
    • getRuntimeSettingsChanged

      public Boolean getRuntimeSettingsChanged()
    • setRuntimeSettingsChanged

      public void setRuntimeSettingsChanged(Boolean runtimeSettingsChanged)