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."],[[["This webpage provides documentation for the `Part` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is a component used in defining training phrases for Dialogflow CX intents."],["The `Part` class represents a segment of a training phrase and contains properties like `ParameterId` and `Text` to define annotated parts and their corresponding text."],["The provided content offers a list of available versions, ranging from version 1.0.0 to the latest 2.23.0, for the `Google.Cloud.Dialogflow.Cx.V3.Intent.Types.TrainingPhrase.Types.Part` component."],["The `Part` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features like deep cloning and message handling."]]],[]]