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 a range of versions available from 1.0.0 to 2.23.0."],["The `Part` class represents a segment of a training phrase within the Dialogflow CX framework, used in version 2.0.0 and above."],["The `Part` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checks, and deep cloning."],["The class contains properties such as `ParameterId` and `Text`, allowing for the identification of the parameter and text associated with the training phrase part."],["The provided content documents the use and availablity of class Part in different versions of the Dialogflow CX API, going as far back as version 1.0.0."]]],[]]