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 latest version of the Dialogflow v3 API class `Intent.Types.TrainingPhrase.Types.Part` is 2.23.0, with a comprehensive list of versions available, ranging from 2.23.0 down to 1.0.0."],["This class, `Part`, is used to represent a segment of a training phrase within Dialogflow's intent handling, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Part` class includes properties such as `ParameterId` for annotating the training phrase and `Text` for the content of that section, with both properties being a `string` type."],["There are two constructors for the Part class: a default `Part()` constructor and a `Part(Intent.Types.TrainingPhrase.Types.Part other)` constructor that copies an existing object."],["The documentation provides inheritance information and implemented members, including links to the relevant .NET documentation for objects, such as `Object.GetHashCode()` and `Object.ToString()`."]]],[]]