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-03-21 UTC."],[[["This webpage provides reference documentation for the `IntentSuggestion` class within the Google Cloud Dialogflow v2 API for .NET, covering versions 3.2.0 through 4.26.0, with the latest release being 4.26.0."],["The `IntentSuggestion` class, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, represents an intent suggestion and includes constructors and properties such as `Description`, `DisplayName`, `HasIntentV2`, `IntentCase`, and `IntentV2`."],["The `IntentSuggestion` class is contained within the `Google.Cloud.Dialogflow.V2` namespace, located in the `Google.Cloud.Dialogflow.V2.dll` assembly, and inherits from the base `object` class, including inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `IntentV2` property within the `IntentSuggestion` class provides the unique identifier for an intent, following the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/intents/\u003cIntent ID\u003e`."]]],[]]