public sealed class GeneratorSuggestion : IMessage<GeneratorSuggestion>, IEquatable<GeneratorSuggestion>, IDeepCloneable<GeneratorSuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GeneratorSuggestion.
[[["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 `GeneratorSuggestion` class within the Google Cloud Dialogflow v2 API, with the latest version being 4.26.0."],["The `GeneratorSuggestion` class represents a suggestion generated by a Generator and is part of the `Google.Cloud.Dialogflow.V2` namespace, found in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors one taking no parameters and another taking another `GeneratorSuggestion` object."],["`GeneratorSuggestion` has two main properties: `FreeFormSuggestion` and `SummarySuggestion`, both of which are optional, and a property named `SuggestionCase` that indicates which of these suggestion properties are active."]]],[]]