Class ShieldPromptDetails
- Namespace
 - FoundationaLLM.Common.Models.ContentSafety
 
- Assembly
 - FoundationaLLM.Common.dll
 
Contains analysis results for the user prompt.
public class ShieldPromptDetails
  - Inheritance
 - 
      
      ShieldPromptDetails
 
- Inherited Members
 
- Extension Methods
 
Properties
AttackDetected
Indicates whether a User Prompt attack (for example, malicious input, security threat) has been detected in the user prompt.
[JsonPropertyName("attackDetected")]
public bool AttackDetected { get; set; }