public sealed class IntentSuggestion : IMessage<IntentSuggestion>, IEquatable<IntentSuggestion>, IDeepCloneable<IntentSuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class IntentSuggestion.
The unique identifier of this
[intent][google.cloud.dialogflow.v2.Intent]. Format: projects/<Project
ID>/locations/<Location ID>/agent/intents/<Intent ID>.
[[["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-09 UTC."],[[["The provided content is the reference documentation for the `IntentSuggestion` class within the Google Cloud Dialogflow v2 API, specifically for .NET, with version `4.21.0` being the page's primary context."],["The `IntentSuggestion` class represents an intent suggestion and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers functionalities through its constructors, such as a default constructor and one that takes another `IntentSuggestion` object, as well as accessible properties like `Description`, `DisplayName`, `HasIntentV2`, `IntentCase`, and `IntentV2`."],["The documentation lists multiple prior version of the `IntentSuggestion` class in the format `[version]`(path), with `4.26.0` being the most recent version of the class, and `3.2.0` being the oldest."],["The `IntentV2` property within the `IntentSuggestion` class provides the unique identifier for an intent in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/intents/\u003cIntent ID\u003e`."]]],[]]