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, which represents a component of a training phrase in Dialogflow CX."],["This page contains a list of available versions for the `Part` class, ranging from version 1.0.0 up to the latest 2.23.0."],["The `Part` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning and message buffer handling."],["The `Part` class has two constructors, one default and one that takes another `Part` object for initialization."],["Key properties of the `Part` class include `ParameterId`, used for annotating training phrases, and `Text`, which holds the actual text content of the phrase part."]]],[]]