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 latest version available is 4.26.0, representing the most up-to-date iteration of the `Google.Cloud.Dialogflow.V2.Intent.Types.TrainingPhrase.Types.Part`."],["This document provides a comprehensive list of versions, ranging from 4.26.0 down to 3.2.0, allowing for access to documentation for past iterations of the `Part` class."],["The `Part` class, found within the `Google.Cloud.Dialogflow.V2` namespace, represents a component of a training phrase and is critical for defining annotated parts within Dialogflow's training phrases."],["The class `Part` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`."],["The class `Part` has four key properties, `Alias`, `EntityType`, `Text`, and `UserDefined`, that manage different aspects of a training phrase part, and are used to identify the parameter name, entity type, the text of the part, and whether the part was manually annotated."]]],[]]