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

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

Reference documentation and code samples for the Data Analytics API with Gemini v1 API class MatchedQuery.

A matched query message represents the agent having matched one of the example queries supplied in context as being applicable to the current question. It will also contain additional info during the matching process.

Inheritance

object > MatchedQuery

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

Google.Cloud.GeminiDataAnalytics.V1.dll

Constructors

MatchedQuery()

public MatchedQuery()

MatchedQuery(MatchedQuery)

public MatchedQuery(MatchedQuery other)
Parameter
Name Description
other MatchedQuery

Properties

ExampleQuery

public ExampleQuery ExampleQuery { get; set; }

The query that was matched based on an example query.

Property Value
Type Description
ExampleQuery

QueryParameterValues

public RepeatedField<QueryParameterValues> QueryParameterValues { get; }

The extracted values for the query parameters.

Property Value
Type Description
RepeatedFieldQueryParameterValues