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 content details the `Part` class, which represents a segment of a training phrase within the `Google.Cloud.Dialogflow.Cx.V3.Intent.Types.TrainingPhrase.Types` namespace."],["The `Part` class is available across multiple versions, from 1.0.0 to the latest version, 2.23.0, within the provided list."],["The `Part` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and deep cloning."],["Key properties of the `Part` class include `ParameterId`, which is used to link this segment to a specific intent parameter, and `Text`, which contains the textual content of this segment, with both of them being of type string."],["There are two constructors for the `Part` class, a default one and one that takes another `Part` instance as an argument."]]],[]]