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-01 UTC."],[[["The latest version of the Google Cloud Dialogflow v2 API available is 4.26.0, with a wide range of versions down to 3.2.0 provided as reference."],["This content specifically documents the `IntentSuggestion` class within the `Google.Cloud.Dialogflow.V2` namespace."],["The `IntentSuggestion` class provides a structure to represent an intent suggestion, with functionalities for describing the intent through a description, a display name, and an associated unique identifier."],["`IntentSuggestion` implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` for diverse functionality, and inherits members from the base `object` class."],["The available constructors of the `IntentSuggestion` class include a default empty constructor, and one to clone another `IntentSuggestion` object."]]],[]]