public sealed class MatchedQuery : IMessage<MatchedQuery>, IEquatable<MatchedQuery>, IDeepCloneable<MatchedQuery>, IBufferMessage, IMessageReference 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.
Implements
IMessageMatchedQuery, IEquatableMatchedQuery, IDeepCloneableMatchedQuery, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
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 |
|