BigQuery Data QnA V1alpha API - Module Google::Cloud::DataQnA::V1alpha::QuestionService (v0.5.0)

Reference documentation and code samples for the BigQuery Data QnA V1alpha API module Google::Cloud::DataQnA::V1alpha::QuestionService.

Service to interpret natural language queries. The service allows to create Question resources that are interpreted and are filled with one or more interpretations if the question could be interpreted. Once a Question resource is created and has at least one interpretation, an interpretation can be chosen for execution, which triggers a query to the backend (for BigQuery, it will create a job). Upon successful execution of that interpretation, backend specific information will be returned so that the client can retrieve the results from the backend.

The Question resources are named projects//locations//questions/*.

The Question resource has a singletion sub-resource UserFeedback named projects//locations//questions/*/userFeedback, which allows access to user feedback.

Example

Load this service and instantiate a gRPC client

require "google/cloud/dataqna/v1alpha/question_service"
client = ::Google::Cloud::DataQnA::V1alpha::QuestionService::Client.new