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 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-03-21 UTC."],[[["The latest version of the Dialogflow v3 API class `Intent.Types.TrainingPhrase.Types.Part` is 2.23.0, with multiple versions available, spanning from 1.0.0 to 2.23.0."],["This API class represents a part of a training phrase used within Dialogflow's intent recognition system and includes the properties of `ParameterId` and `Text`."],["The `Part` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse functionalities like message handling and deep cloning."],["The `Part` class provides two constructors, a default parameter-less constructor, and another that takes another `Part` object as its parameter, allowing for object copying."],["The `ParameterId` property is used to annotate parts of the training phrase with specific parameters and the `Text` property is the required text for that part of the training phrase."]]],[]]