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, IMessageReference documentation and code samples for the Dialogflow v3 API class Intent.Types.TrainingPhrase.Types.Part.
Represents a part of a training phrase.
Implements
IMessageIntentTypesTrainingPhraseTypesPart, IEquatableIntentTypesTrainingPhraseTypesPart, IDeepCloneableIntentTypesTrainingPhraseTypesPart, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Part()
public Part()Part(Part)
public Part(Intent.Types.TrainingPhrase.Types.Part other)| Parameter | |
|---|---|
| Name | Description |
other |
IntentTypesTrainingPhraseTypesPart |
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 |
|