Class Intent.Types.TrainingPhrase.Types.Part (1.0.0)

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

Represents a part of a training phrase.

Inheritance

System.Object > Intent.Types.TrainingPhrase.Types.Part

Implements

Google.Protobuf.IMessage<Intent.Types.TrainingPhrase.Types.Part>, System.IEquatable<Intent.Types.TrainingPhrase.Types.Part>, Google.Protobuf.IDeepCloneable<Intent.Types.TrainingPhrase.Types.Part>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Part()

public Part()

Part(Intent.Types.TrainingPhrase.Types.Part)

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

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
System.String

Text

public string Text { get; set; }

Required. The text for this part.

Property Value
TypeDescription
System.String