Dialogflow v3 API - Class Phrase (2.17.0)

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

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

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

Inheritance

object > Phrase

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Phrase()

public Phrase()

Phrase(Phrase)

public Phrase(Phrase other)
Parameter
NameDescription
otherPhrase

Properties

Text

public string Text { get; set; }

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

Property Value
TypeDescription
string