public sealed class DataQuery : IMessage<DataQuery>, IEquatable<DataQuery>, IDeepCloneable<DataQuery>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class DataQuery.
Representation of the data query for the backend.
This is provided for informational purposes only. Clients should not use
it to send it to the backend directly, but rather use the execute RPC
to trigger the execution. Using the execute RPC is needed in order to
track the state of a question and report on it correctly to the data
administrators.
[[["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 `DataQuery` class is part of the Data QnA v1alpha API, specifically within the `Google.Cloud.DataQnA.V1Alpha` namespace, and serves as a representation of a data query."],["This class is intended for informational purposes and should not be used directly by clients to send to the backend; instead, the `execute` RPC should be used for query execution to correctly track and report the state of a question."],["The `DataQuery` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DataQuery` class includes a property called `Sql` that represents the generated SQL query meant to be sent to the backend."],["The latest version of the `DataQuery` class available is `2.0.0-alpha02`."]]],[]]