Data Analytics API with Gemini v1 API - Class QueryParameterValues (1.0.0-beta01)

public sealed class QueryParameterValues : IMessage<QueryParameterValues>, IEquatable<QueryParameterValues>, IDeepCloneable<QueryParameterValues>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > QueryParameterValues

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

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