GuardrailContentFilter constructor

GuardrailContentFilter({
  1. List<String>? bannedContents,
  2. List<String>? bannedContentsInAgentResponse,
  3. List<String>? bannedContentsInUserInput,
  4. bool? disregardDiacritics,
  5. String? matchType,
})

Implementation

GuardrailContentFilter({
  this.bannedContents,
  this.bannedContentsInAgentResponse,
  this.bannedContentsInUserInput,
  this.disregardDiacritics,
  this.matchType,
});