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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Returns the discriminator value for this variant.getText()voidsetMarkdown(Boolean markdown) voidsetPreserveAnsi(Boolean preserveAnsi) voidsetRuntimeSettingsChanged(Boolean runtimeSettingsChanged) void
-
Constructor Details
-
SlashCommandTextResult
public SlashCommandTextResult()
-
-
Method Details
-
getKind
Description copied from class:SlashCommandInvocationResultReturns the discriminator value for this variant.- Specified by:
getKindin classSlashCommandInvocationResult- Returns:
- the kind discriminator
-
getText
-
setText
-
getMarkdown
-
setMarkdown
-
getPreserveAnsi
-
setPreserveAnsi
-
getRuntimeSettingsChanged
-
setRuntimeSettingsChanged
-