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."],[[["The `GenerateStatelessSuggestionResponse` class is part of the Google Cloud Dialogflow v2beta1 API, specifically within the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["This class serves as the response message for the `Conversations.GenerateStatelessSuggestion` method, handling the results from this action."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adding functionalities for message handling, equality comparisons, deep cloning, and buffered message handling."],["The class features a `GeneratorSuggestion` property, which is required and holds the generated suggestion for a conversation."],["There are two versions listed for the package, beta23 being the latest and beta22, with beta18 as the current doc version."]]],[]]