public sealed class ChartQuery : IMessage<ChartQuery>, IEquatable<ChartQuery>, IDeepCloneable<ChartQuery>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ChartQuery.
A query for generating a chart.
Implements
IMessageChartQuery, IEquatableChartQuery, IDeepCloneableChartQuery, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
ChartQuery()
public ChartQuery()
ChartQuery(ChartQuery)
public ChartQuery(ChartQuery other)
Parameter | |
---|---|
Name | Description |
other |
ChartQuery |
Properties
DataResultName
public string DataResultName { get; set; }
Optional. The name of a previously retrieved data result to use in the chart.
Property Value | |
---|---|
Type | Description |
string |
Instructions
public string Instructions { get; set; }
Optional. Natural language instructions for generating the chart.
Property Value | |
---|---|
Type | Description |
string |