public sealed class QueryParameterValues : IMessage<QueryParameterValues>, IEquatable<QueryParameterValues>, IDeepCloneable<QueryParameterValues>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class QueryParameterValues.
A query parameter values message represents the values for the query parameters that were extracted from the user question by LLM, based on the example query.
Implements
IMessageQueryParameterValues, IEquatableQueryParameterValues, IDeepCloneableQueryParameterValues, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
QueryParameterValues()
public QueryParameterValues()QueryParameterValues(QueryParameterValues)
public QueryParameterValues(QueryParameterValues other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryParameterValues |
Properties
Name
public string Name { get; set; }Required. The name of the parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }Required. The value of the parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|