Class LookerGoldenQuery (0.8.0)

LookerGoldenQuery(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A golden query for Looker, including natural language questions and a corresponding Looker Query. Analogous to ExampleQuery.

Attributes

Name Description
natural_language_questions MutableSequence[str]
Optional. Natural language questions that a user might ask. For example: "How many orders were placed last month?".
looker_query google.cloud.geminidataanalytics_v1beta.types.LookerQuery
Optional. The Looker Query corresponding to the natural language questions.