MatchedQuery(mapping=None, *, ignore_unknown_fields=False, **kwargs)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.
Attributes |
|
|---|---|
| Name | Description |
example_query |
google.cloud.geminidataanalytics_v1.types.ExampleQuery
The query that was matched based on an example query. |
query_parameter_values |
MutableSequence[google.cloud.geminidataanalytics_v1.types.QueryParameterValues]
The extracted values for the query parameters. |