Dialogflow v3 API - Class Intent.Types.TrainingPhrase.Types.Part (2.17.0)

public sealed class Intent.Types.TrainingPhrase.Types.Part : IMessage<Intent.Types.TrainingPhrase.Types.Part>, IEquatable<Intent.Types.TrainingPhrase.Types.Part>, IDeepCloneable<Intent.Types.TrainingPhrase.Types.Part>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class Intent.Types.TrainingPhrase.Types.Part.

Represents a part of a training phrase.

Inheritance

object > Intent.Types.TrainingPhrase.Types.Part

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Part()

public Part()

Part(Part)

public Part(Intent.Types.TrainingPhrase.Types.Part other)
Parameter
NameDescription
otherIntentTypesTrainingPhraseTypesPart

Properties

ParameterId

public string ParameterId { get; set; }

The [parameter][google.cloud.dialogflow.cx.v3.Intent.Parameter] used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.

Property Value
TypeDescription
string

Text

public string Text { get; set; }

Required. The text for this part.

Property Value
TypeDescription
string