The user tried to specify a chart type, but the interpreter could not
understand the type. The client should display a generic chart and may
give a hint to the user that the requested type was not understood.
This denotes queries when the user has not specified the particular type
of chart and has mentioned only a generic chart name such as "Chart",
"Plot", "Graph", etc. This will differentiate it from specific charting
terms such as "Bar chart", "Pie chart", etc.
[[["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 documents the `VisualizationType` enum, which defines the different types of visualizations that can be used to display query response data."],["The enum is part of the `Google.Cloud.DataQnA.V1Alpha` namespace, within the `Google.Cloud.DataQnA.V1Alpha.dll` assembly."],["Available visualization types include charts such as `AreaChart`, `BarChart`, `ColumnChart`, `ComboChart`, `LineChart`, `PieChart`, `Histogram`, and `ScatterPlot`, along with `Table` and `Timeline`."],["Specialized types like `ChartNotUnderstood` and `GenericChart` handle cases where a specific chart type cannot be interpreted or has not been specified."],["The `Unspecified` field indicates that no visualization type was specified for the query."]]],[]]