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 is a component of the `TrainingPhrase` within the `Intent` type of the Google Cloud Dialogflow V2 API."],["The `Part` class, found in the `Google.Cloud.Dialogflow.V2` namespace, represents a segment of a training phrase and is essential for defining how Dialogflow understands user input, and this documentation provides links to every version from 3.2.0 up to the latest, 4.26.0."],["Key properties of the `Part` class include `Alias`, `EntityType`, `Text`, and `UserDefined`, which are used to specify parameter names, entity types, the actual text, and whether the annotation was done manually."],["The `Part` class inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the protocol buffer framework."],["The documentation details the constructors for the `Part` class, one that is a default, and the other used to copy information from another `Part` object, and both public."]]],[]]