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