Class ExamplePrompt
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class ExamplePrompt
Properties
Label
Declaration
[JsonPropertyName("label")]
public string? Label { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Declaration
[JsonPropertyName("text")]
public string? Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |