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."],[[["The content provides documentation for the `Intent.Types.TrainingPhrase.Types.Part` class within the Google Cloud Dialogflow v2 API, spanning multiple versions from 3.2.0 to the latest 4.26.0."],["`Intent.Types.TrainingPhrase.Types.Part` represents a component of a training phrase used in Dialogflow and can be constructed with a default constructor or by copying another `Part` object."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffer management."],["Key properties of the `Part` class include `Alias`, `EntityType`, `Text`, and `UserDefined`, allowing for the specification of parameter names, entity types, text content, and manual annotation status of training phrase parts."],["The namespace for this class is `Google.Cloud.Dialogflow.V2`, and it is part of the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]