Prompt

@JsonSerializable
@PolymorphicLabel(value = "ref/prompt")
data class Prompt(val name: String) : Reference(source)

Constructors

Link copied to clipboard
constructor(name: String)
constructor(name: PromptName)

Properties

Link copied to clipboard