Class GoogleCloudDialogflowCxV3SafetySettings
Inheritance
GoogleCloudDialogflowCxV3SafetySettings
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3SafetySettings : IDirectResponseSchema
Properties
BannedPhrases
Declaration
[JsonProperty("bannedPhrases")]
public virtual IList<GoogleCloudDialogflowCxV3SafetySettingsPhrase> BannedPhrases { get; set; }
Property Value
DefaultBannedPhraseMatchStrategy
Declaration
[JsonProperty("defaultBannedPhraseMatchStrategy")]
public virtual string DefaultBannedPhraseMatchStrategy { get; set; }
Property Value
DefaultRaiSettings
Declaration
[JsonProperty("defaultRaiSettings")]
public virtual GoogleCloudDialogflowCxV3SafetySettingsRaiSettings DefaultRaiSettings { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PromptSecuritySettings
Declaration
[JsonProperty("promptSecuritySettings")]
public virtual GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings PromptSecuritySettings { get; set; }
Property Value
RaiSettings
Declaration
[JsonProperty("raiSettings")]
public virtual GoogleCloudDialogflowCxV3SafetySettingsRaiSettings RaiSettings { get; set; }
Property Value
Implements