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."],[[["This webpage provides documentation for the `Intent.Types.TrainingPhrase.Types.Part` class within the Dialogflow v3 API, covering versions from 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["The `Part` class represents a component of a training phrase used in Dialogflow and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Part` class includes two constructors, `Part()` and `Part(Intent.Types.TrainingPhrase.Types.Part)`, to create instances of the class, either default or by cloning another `Part`."],["Key properties of the `Part` class include `ParameterId`, used to annotate parts of a training phrase, and `Text`, representing the actual text content of that part."],["This page lists the members inherited by the `Part` class, which are derived from the `Object` class, and the namespace, being `Google.Cloud.Dialogflow.Cx.V3`, as well as the assembly name."]]],[]]