Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::ExecuteQuestionRequest.
Request to execute an interpretation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#interpretation_index
def interpretation_index() -> ::Integer
Returns
- (::Integer) — Required. Index of the interpretation to execute.
#interpretation_index=
def interpretation_index=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Index of the interpretation to execute.
Returns
- (::Integer) — Required. Index of the interpretation to execute.
#name
def name() -> ::String
Returns
-
(::String) — Required. The unique identifier for the question.
Example:
projects/foo/locations/bar/questions/1234
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The unique identifier for the question.
Example:
projects/foo/locations/bar/questions/1234
Returns
-
(::String) — Required. The unique identifier for the question.
Example:
projects/foo/locations/bar/questions/1234