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, with the latest version being 4.26.0 and the current page pertaining to 4.22.0."],["The `IntentSuggestion` class represents a suggestion for an intent in the Dialogflow API and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Description`, `DisplayName`, `HasIntentV2`, `IntentCase`, and `IntentV2`, which are used to define and understand the intent suggestion, including a human-readable description, display name and unique identifier."],["The content also contains a list of previous versions, ranging from version 4.25.0 down to version 3.2.0, each with its respective link to its own individual documentation page."],["The `IntentSuggestion` class has two constructors, one parameterless and one that can take another `IntentSuggestion` to initialize its own values, and it inherits `GetHashCode`, `GetType`, and `ToString` methods from the base object."]]],[]]