GoogleCloudDialogflowCxV3SafetySettings constructor

GoogleCloudDialogflowCxV3SafetySettings({
  1. List<GoogleCloudDialogflowCxV3SafetySettingsPhrase>? bannedPhrases,
  2. String? defaultBannedPhraseMatchStrategy,
  3. GoogleCloudDialogflowCxV3SafetySettingsRaiSettings? defaultRaiSettings,
  4. GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings? promptSecuritySettings,
  5. GoogleCloudDialogflowCxV3SafetySettingsRaiSettings? raiSettings,
})

Implementation

GoogleCloudDialogflowCxV3SafetySettings({
  this.bannedPhrases,
  this.defaultBannedPhraseMatchStrategy,
  this.defaultRaiSettings,
  this.promptSecuritySettings,
  this.raiSettings,
});