GoogleCloudDialogflowCxV3SafetySettings constructor
GoogleCloudDialogflowCxV3SafetySettings({
- List<
GoogleCloudDialogflowCxV3SafetySettingsPhrase> ? bannedPhrases, - String? defaultBannedPhraseMatchStrategy,
- GoogleCloudDialogflowCxV3SafetySettingsRaiSettings? defaultRaiSettings,
- GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings? promptSecuritySettings,
- GoogleCloudDialogflowCxV3SafetySettingsRaiSettings? raiSettings,
Implementation
GoogleCloudDialogflowCxV3SafetySettings({
this.bannedPhrases,
this.defaultBannedPhraseMatchStrategy,
this.defaultRaiSettings,
this.promptSecuritySettings,
this.raiSettings,
});