Class SlashCommandCompletedResult

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

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

    • SlashCommandCompletedResult

      public SlashCommandCompletedResult()
  • 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
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getRuntimeSettingsChanged

      public Boolean getRuntimeSettingsChanged()
    • setRuntimeSettingsChanged

      public void setRuntimeSettingsChanged(Boolean runtimeSettingsChanged)