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."],[[["This webpage provides documentation for the `Part` class, which represents a segment of a training phrase within Google's Dialogflow V2, spanning versions from 3.2.0 up to the latest version 4.26.0."],["The `Part` class, used in training phrases, is part of the namespace `Google.Cloud.Dialogflow.V2` within the `Google.Cloud.Dialogflow.V2.dll` assembly, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `Part` class has properties such as `Alias`, `EntityType`, `Text`, and `UserDefined`, which allow for specifying parameter names, entity types, the text content, and whether the annotation was manually created."],["The page lists all available versions of the documentation with links, making it easy to navigate to the appropriate documentation for the user's version of the `Part` class, from the latest 4.26.0 to the lowest documented version 3.2.0."],["The class `Part` itself has 2 listed constructors, one default and one which clones from another instance of `Part`, and also lists any inherited members."]]],[]]