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.
Implements
IMessageSafetySettingsTypesPhrase, IEquatableSafetySettingsTypesPhrase, IDeepCloneableSafetySettingsTypesPhrase, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |