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 Dialogflow v3 API class Intent.Types.TrainingPhrase.Types.Part.
The [parameter][google.cloud.dialogflow.cx.v3.Intent.Parameter] used to
annotate this part of the training phrase. This field is required for
annotated parts of the training phrase.
[[["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-04-02 UTC."],[[["The documentation covers the `Intent.Types.TrainingPhrase.Types.Part` class within the Dialogflow v3 API, detailing its structure and functionality."],["This class represents a part of a training phrase and is implemented in the `Google.Cloud.Dialogflow.Cx.V3` namespace, found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version of this component is 2.23.0, with the documentation containing a comprehensive list of previous versions from 2.22.0 down to 1.0.0."],["The class `Part` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, meaning it can be used for detailed message handling."],["The two main properties of this `Part` class are `ParameterId` (which is required for annotated parts) and `Text` (which is always required), both being string types."]]],[]]