public sealed class Part : IMessage<Intent.Types.TrainingPhrase.Types.Part>, IEquatable<Intent.Types.TrainingPhrase.Types.Part>, IDeepCloneable<Intent.Types.TrainingPhrase.Types.Part>, IBufferMessage, IMessage
Optional. The parameter name for the value extracted from the
annotated part of the example.
This field is required for annotated parts of the training phrase.
Optional. Indicates whether the text was manually annotated.
This field is set to true when the Dialogflow Console is used to
manually annotate the part. When creating an annotated part with the
API, you must set this to true.
[[["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-03-21 UTC."],[[["The document provides API reference information for the `Part` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its role as part of a training phrase in Dialogflow."],["It offers links to documentation for multiple versions of the API, ranging from version 3.2.0 up to the latest 4.26.0, all of which relate to `Intent.Types.TrainingPhrase.Types.Part`."],["The `Part` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has properties such as `Alias`, `EntityType`, `Text`, and `UserDefined`, which are used to define different aspects of a training phrase part, like the parameter name, entity type, associated text, and if the annotation was manual."],["There are two `Part` constructors, one that is parameterless, and one that is used to copy from another `Part` object."]]],[]]