Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::InterpretError.
Details on the failure to interpret the question.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorCode
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorCode) — The code for the error category why the interpretation failed.
#code=
def code=(value) -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorCode
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorCode) — The code for the error category why the interpretation failed.
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorCode) — The code for the error category why the interpretation failed.
#details
def details() -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails) — Details on interpretation failure.
#details=
def details=(value) -> ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails) — Details on interpretation failure.
Returns
- (::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails) — Details on interpretation failure.
#message
def message() -> ::String
Returns
- (::String) — Error message explaining why this question could not be interpreted.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Error message explaining why this question could not be interpreted.
Returns
- (::String) — Error message explaining why this question could not be interpreted.