Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3SafetySettings

Settings for Generative Safety.

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

Banned phrases for generated text.

Declaration
[JsonProperty("bannedPhrases")]
public virtual IList<GoogleCloudDialogflowCxV3SafetySettingsPhrase> BannedPhrases { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3SafetySettingsPhrase>

DefaultBannedPhraseMatchStrategy

Optional. Default phrase match strategy for banned phrases.

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

DefaultRaiSettings

Optional. Immutable. Default RAI settings to be annotated on the agent, so that users will be able to restore their RAI configurations to the default settings. Read-only field for the API proto only.

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

Optional. Settings for prompt security checks.

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

RaiSettings

Optional. Settings for Responsible AI checks.

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