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, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` type and also contains members of `GetHashCode`, `GetType`, and `ToString` from the `object` class."],["The `SuggestedQuery` class has two constructors, one being a default constructor and the other for creating a new instance from an existing `SuggestedQuery` object."],["It includes a `QueryText` property of type string, which holds the text of the suggested query."]]],[]]