public sealed class InterpretationStructure : IMessage<InterpretationStructure>, IEquatable<InterpretationStructure>, IDeepCloneable<InterpretationStructure>, IBufferMessage, IMessage
Information about the interpretation structure that helps to understand and
visualize the response.
[[["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 page provides documentation for the `InterpretationStructure` class within the `Google.Cloud.DataQnA.V1Alpha` namespace, part of the Google Cloud DataQnA .NET library."],["The `InterpretationStructure` class is designed to help understand and visualize the response received, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains information about output columns via the `ColumnInfo` property, which is a `RepeatedField` of `InterpretationStructure.Types.ColumnInfo`."],["It also includes a list of possible visualization types, accessible through the `VisualizationTypes` property, which is a `RepeatedField` of `InterpretationStructure.Types.VisualizationType`."],["The latest available version of `InterpretationStructure` is `2.0.0-alpha02`, with previous versions including `2.0.0-alpha01` and `1.0.0-alpha03` also documented."]]],[]]