public sealed class GenerateStatelessSuggestionResponse : IMessage<GenerateStatelessSuggestionResponse>, IEquatable<GenerateStatelessSuggestionResponse>, IDeepCloneable<GenerateStatelessSuggestionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GenerateStatelessSuggestionResponse.
The response message for
[Conversations.GenerateStatelessSuggestion][google.cloud.dialogflow.v2beta1.Conversations.GenerateStatelessSuggestion].
[[["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 documentation pertains to the `GenerateStatelessSuggestionResponse` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta20, with the latest version being beta23."],["The `GenerateStatelessSuggestionResponse` class serves as the response message for the `Conversations.GenerateStatelessSuggestion` method, facilitating the handling of suggestions in conversations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherits from the base `object` class."],["It has two constructors, one default and one that takes another `GenerateStatelessSuggestionResponse` instance, along with a `GeneratorSuggestion` property for handling conversation suggestions."],["The `GenerateStatelessSuggestionResponse` class resides within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]