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 latest version of the `Google.Cloud.Dialogflow.Cx.V3.Intent.Types.TrainingPhrase.Types.Part` is 2.23.0, with numerous prior versions available for reference dating back to 1.0.0."],["The `Part` class represents a segment of a training phrase within the Dialogflow CX V3 API and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Part` class has two constructors: a default constructor `Part()`, and a copy constructor `Part(Intent.Types.TrainingPhrase.Types.Part)` to create new parts based on existing ones."],["The `Part` class includes properties like `ParameterId` and `Text`, where `ParameterId` links the part to a specific parameter and `Text` holds the actual text content of the part, with the text being a required property."],["The `Part` class is defined within the `Google.Cloud.Dialogflow.Cx.V3` namespace, and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, indicating its role within the Dialogflow CX .NET library."]]],[]]