public sealed class Intent.Types.TrainingPhrase.Types.Part : IMessage<Intent.Types.TrainingPhrase.Types.Part>, IEquatable<Intent.Types.TrainingPhrase.Types.Part>, IDeepCloneable<Intent.Types.TrainingPhrase.Types.Part>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.TrainingPhrase.Types.Part.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `Intent.Types.TrainingPhrase.Types.Part` class within the Google Cloud Dialogflow v2 API, detailing its role as a representation of a training phrase part."],["The `Intent.Types.TrainingPhrase.Types.Part` class includes properties such as `Alias`, `EntityType`, `Text`, and `UserDefined`, allowing for detailed annotation of training phrases."],["The page lists multiple versions of the `Google.Cloud.Dialogflow.V2` API, ranging from the latest version `4.26.0` down to `3.2.0`, each linking to the specific documentation for the `Part` class in that version."],["The class `Intent.Types.TrainingPhrase.Types.Part` has inheritance and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration with protobuf and other related functionalities."],["The class also contains two constructors; a default constructor and another that takes in the same class type as a parameter for deep cloning purposes."]]],[]]