Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::LookerGoldenQuery.
A golden query for Looker, including natural language questions and a corresponding Looker Query. Analogous to ExampleQuery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#looker_query
def looker_query() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery) — Optional. The Looker Query corresponding to the natural language questions.
#looker_query=
def looker_query=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery) — Optional. The Looker Query corresponding to the natural language questions.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery) — Optional. The Looker Query corresponding to the natural language questions.
#natural_language_questions
def natural_language_questions() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Natural language questions that a user might ask. For example: "How many orders were placed last month?"
#natural_language_questions=
def natural_language_questions=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Natural language questions that a user might ask. For example: "How many orders were placed last month?"
Returns
- (::Array<::String>) — Optional. Natural language questions that a user might ask. For example: "How many orders were placed last month?"