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"]],[["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 document provides reference documentation for the `Intent.Types.TrainingPhrase.Types.Part` class within the Google Cloud Dialogflow v2 API, detailing its purpose as a representation of a part of a training phrase."],["The class `Intent.Types.TrainingPhrase.Types.Part` is publicly accessible, implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces, and inherits from the base `object` class."],["The `Part` class offers constructors to create a new instance or copy an existing one, and has properties such as `Alias`, `EntityType`, `Text`, and `UserDefined` for managing annotated training phrase components."],["The document lists different versions of the `Google.Cloud.Dialogflow.V2` API, ranging from version 3.2.0 up to the latest version 4.26.0, with corresponding links to the documentation for `Intent.Types.TrainingPhrase.Types.Part` in each version."],["The `Google.Cloud.Dialogflow.V2` namespace, in which the `Intent.Types.TrainingPhrase.Types.Part` class is located, can be found in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]