Class SlashCommandTextResult

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

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

    • SlashCommandTextResult

      public SlashCommandTextResult()
  • 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
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getMarkdown

      public Boolean getMarkdown()
    • setMarkdown

      public void setMarkdown(Boolean markdown)
    • getPreserveAnsi

      public Boolean getPreserveAnsi()
    • setPreserveAnsi

      public void setPreserveAnsi(Boolean preserveAnsi)
    • getRuntimeSettingsChanged

      public Boolean getRuntimeSettingsChanged()
    • setRuntimeSettingsChanged

      public void setRuntimeSettingsChanged(Boolean runtimeSettingsChanged)