Class GuardrailManagedWord
A managed word list provided by AWS to detect predefined categories of sensitive words.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailManagedWord
Properties
| Edit this page View SourceAction
Optional. Action taken when words from the list are detected. Valid Values: BLOCKED | NONE
Declaration
[JsonProperty("action")]
public string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Confidence
Optional. Confidence level for matches. Valid Values: LOW | MEDIUM | HIGH
Declaration
[JsonProperty("confidence")]
public string Confidence { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Detected
Optional. Whether the managed list detected any matches in the content.
Declaration
[JsonProperty("detected")]
public bool? Detected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Name
Required. The name of the managed word list.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |