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"]],[["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 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."]]],[]]