Class TextBlock
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TextBlock : ContentBlock
Constructors
|
Edit this page
View Source
TextBlock()
Declaration
|
Edit this page
View Source
TextBlock(string)
Declaration
public TextBlock(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Properties
|
Edit this page
View Source
Qualifiers
Optional. The qualifier details for the guardrail's contextual grounding filter.
Declaration
[JsonProperty("qualifiers")]
public string[] Qualifiers { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Extension Methods