public sealed class IntentSuggestion : IMessage<IntentSuggestion>, IEquatable<IntentSuggestion>, IDeepCloneable<IntentSuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class IntentSuggestion.
The unique identifier of this
[intent][google.cloud.dialogflow.v2beta1.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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eIntentSuggestion\u003c/code\u003e class in the Google Cloud Dialogflow v2beta1 API represents a suggestion for an intent, with the latest version being 1.0.0-beta23.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for implementation of interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and inherits from the object class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eDescription\u003c/code\u003e for a human-readable description of the intent, \u003ccode\u003eDisplayName\u003c/code\u003e for the intent's display name, and \u003ccode\u003eIntentV2\u003c/code\u003e for its unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eIt supports two constructors: a parameterless constructor and one that takes an \u003ccode\u003eIntentSuggestion\u003c/code\u003e instance as an argument to copy.\u003c/p\u003e\n"],["\u003cp\u003eThis class is available within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2Beta1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class IntentSuggestion (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.IntentSuggestion)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.IntentSuggestion) \n\n public sealed class IntentSuggestion : IMessage\u003cIntentSuggestion\u003e, IEquatable\u003cIntentSuggestion\u003e, IDeepCloneable\u003cIntentSuggestion\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class IntentSuggestion.\n\nRepresents an intent suggestion. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e IntentSuggestion \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[IntentSuggestion](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.IntentSuggestion), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[IntentSuggestion](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.IntentSuggestion), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[IntentSuggestion](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.IntentSuggestion), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### IntentSuggestion()\n\n public IntentSuggestion()\n\n### IntentSuggestion(IntentSuggestion)\n\n public IntentSuggestion(IntentSuggestion other)\n\nProperties\n----------\n\n### Description\n\n public string Description { get; set; }\n\nHuman readable description for better understanding an intent like its\nscope, content, result etc. Maximum character limit: 140 characters.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe display name of the intent.\n\n### HasIntentV2\n\n public bool HasIntentV2 { get; }\n\nGets whether the \"intent_v2\" field is set\n\n### IntentCase\n\n public IntentSuggestion.IntentOneofCase IntentCase { get; }\n\n### IntentV2\n\n public string IntentV2 { get; set; }\n\nThe unique identifier of this\n\\[intent\\]\\[google.cloud.dialogflow.v2beta1.Intent\\]. Format:\n`projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/intents/\u003cIntent\nID\u003e`."]]