public sealed class 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 properties, constructors, and implementation of various interfaces."],["The `Intent.Types.TrainingPhrase.Types.Part` class represents a segment of a training phrase in Dialogflow, with properties like `Alias`, `EntityType`, `Text`, and `UserDefined` to define its characteristics."],["The documentation covers multiple versions of the API, ranging from version 3.2.0 to the latest version 4.26.0, for the `Google.Cloud.Dialogflow.V2` namespace, all concerning `Intent.Types.TrainingPhrase.Types.Part`."],["The `Part` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The content outlines the constructors that are available for this class, including a default constructor and a copy constructor that can use another instance of `Intent.Types.TrainingPhrase.Types.Part` as a parameter to generate a new one."]]],[]]