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 `Part` class represents a segment of a training phrase within the Google Cloud Dialogflow CX V3 framework, specifically designed for intent training."],["Version 2.23.0 is the latest release available in the provided content for the `Google.Cloud.Dialogflow.Cx.V3.Intent.Types.TrainingPhrase.Types.Part` component, with versions spanning back to 1.0.0."],["The `Part` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `Part` class includes properties `ParameterId`, to define the parameter to annotate that specific part of the training phrase, and `Text`, which is the required text for that specific part."],["The class offers two constructors, a parameterless constructor, and one that creates a new `Part` instance by cloning an existing one, utilizing the other `Part` provided as a parameter."]]],[]]