Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1SafetySettings

Inheritance
object
GoogleCloudDialogflowCxV3beta1SafetySettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
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
Type Description
IList<GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase>

DefaultBannedPhraseMatchStrategy

Declaration
[JsonProperty("defaultBannedPhraseMatchStrategy")]
public virtual string DefaultBannedPhraseMatchStrategy { get; set; }
Property Value
Type Description
string

DefaultRaiSettings

Declaration
[JsonProperty("defaultRaiSettings")]
public virtual GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings DefaultRaiSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PromptSecuritySettings

Declaration
[JsonProperty("promptSecuritySettings")]
public virtual GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings PromptSecuritySettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings

RaiSettings

Declaration
[JsonProperty("raiSettings")]
public virtual GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings RaiSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX