public sealed class Part : IMessage<Intent.Types.TrainingPhrase.Types.Part>, IEquatable<Intent.Types.TrainingPhrase.Types.Part>, IDeepCloneable<Intent.Types.TrainingPhrase.Types.Part>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The webpage provides documentation for the `Part` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically as a part of `Intent.Types.TrainingPhrase.Types`."],["It lists various versions of the `Part` class, ranging from version 1.0.0 to the latest 2.23.0, with links to the respective documentation for each version."],["The `Part` class represents a component of a training phrase and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Part` class include `ParameterId` for identifying the annotated part of the training phrase and `Text` for the text content of this part, both of type String."],["The `Part` class includes two constructors, one is parameterless and the other accepts an existing instance of the `Intent.Types.TrainingPhrase.Types.Part` class."]]],[]]