Dialogflow v3 API - Class SafetySettings.Types.Phrase (2.18.0)

public sealed class SafetySettings.Types.Phrase : IMessage<SafetySettings.Types.Phrase>, IEquatable<SafetySettings.Types.Phrase>, IDeepCloneable<SafetySettings.Types.Phrase>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class SafetySettings.Types.Phrase.

Text input which can be used for prompt or banned phrases.

Inheritance

object > SafetySettings.Types.Phrase

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Phrase()

public Phrase()

Phrase(Phrase)

public Phrase(SafetySettings.Types.Phrase other)
Parameter
Name Description
other SafetySettingsTypesPhrase

Properties

LanguageCode

public string LanguageCode { get; set; }

Required. Language code of the phrase.

Property Value
Type Description
string

Text

public string Text { get; set; }

Required. Text input which can be used for prompt or banned phrases.

Property Value
Type Description
string