Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails.
Details on interpretation failure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ambiguity_details
def ambiguity_details() -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretAmbiguityDetails
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretAmbiguityDetails) — Populated if the query was too ambiguous.
#ambiguity_details=
def ambiguity_details=(value) -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretAmbiguityDetails
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretAmbiguityDetails) — Populated if the query was too ambiguous.
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretAmbiguityDetails) — Populated if the query was too ambiguous.
#incomplete_query_details
def incomplete_query_details() -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretIncompleteQueryDetails
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretIncompleteQueryDetails) — Populated if the query is incomplete.
#incomplete_query_details=
def incomplete_query_details=(value) -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretIncompleteQueryDetails
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretIncompleteQueryDetails) — Populated if the query is incomplete.
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretIncompleteQueryDetails) — Populated if the query is incomplete.
#unsupported_details
def unsupported_details() -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails) — Populated if parts of the query are unsupported.
#unsupported_details=
def unsupported_details=(value) -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails) — Populated if parts of the query are unsupported.
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails) — Populated if parts of the query are unsupported.