Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3SafetySettings

Inheritance
object
GoogleCloudDialogflowCxV3SafetySettings
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.v3.Data
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
Type Description
IList<GoogleCloudDialogflowCxV3SafetySettingsPhrase>

DefaultBannedPhraseMatchStrategy

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

DefaultRaiSettings

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

ETag

The ETag of the item.

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

PromptSecuritySettings

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

RaiSettings

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX