public sealed class KnowledgeAssistAnswer.Types.SuggestedQuery : IMessage<KnowledgeAssistAnswer.Types.SuggestedQuery>, IEquatable<KnowledgeAssistAnswer.Types.SuggestedQuery>, IDeepCloneable<KnowledgeAssistAnswer.Types.SuggestedQuery>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class KnowledgeAssistAnswer.Types.SuggestedQuery.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `KnowledgeAssistAnswer.Types.SuggestedQuery` class within the Google Cloud Dialogflow v2beta1 API."],["The `SuggestedQuery` class represents a suggested query, as defined within the API, and is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET ecosystem."],["The class offers two constructors: a default constructor and one that accepts another `SuggestedQuery` object as a parameter to create a new object based off of it."],["`SuggestedQuery` contains a `QueryText` property of type string, that represents the text of a suggested query."]]],[]]