public sealed class Part : IMessage<Intent.Types.TrainingPhrase.Types.Part>, IEquatable<Intent.Types.TrainingPhrase.Types.Part>, IDeepCloneable<Intent.Types.TrainingPhrase.Types.Part>, IBufferMessage, IMessageRepresents a part of a training phrase.
Implements
IMessage<Intent.Types.TrainingPhrase.Types.Part>, IEquatable<Intent.Types.TrainingPhrase.Types.Part>, IDeepCloneable<Intent.Types.TrainingPhrase.Types.Part>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 | |
|---|---|
| Name | Description |
other |
Intent.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 | |
|---|---|
| Type | Description |
String |
|
Text
public string Text { get; set; }Required. The text for this part.
| Property Value | |
|---|---|
| Type | Description |
String |
|