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-04-02 UTC."],[[["This webpage provides reference documentation for the `Intent.Types.TrainingPhrase.Types.Part` class within the Google Cloud Dialogflow CX V3 API, with the latest version being 2.23.0 and version 2.15.0 being the default, showing all version links from 1.0.0 up until the latest release."],["The `Intent.Types.TrainingPhrase.Types.Part` class represents a single part of a training phrase used in Dialogflow CX."],["The class `Intent.Types.TrainingPhrase.Types.Part` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting a rich set of capabilities for data handling and comparison."],["The key properties of the `Part` class are `ParameterId`, which links the part to a specific intent parameter, and `Text`, which stores the text content of this segment of the training phrase."]]],[]]