Class: Google::Cloud::DataQnA::V1alpha::HumanReadable
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::HumanReadable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
Human readable interpretation.
Instance Attribute Summary collapse
-
#generated_interpretation ⇒ ::Google::Cloud::DataQnA::V1alpha::AnnotatedString
Generated query explaining the interpretation.
-
#original_question ⇒ ::Google::Cloud::DataQnA::V1alpha::AnnotatedString
Annotations on the original query.
Instance Attribute Details
#generated_interpretation ⇒ ::Google::Cloud::DataQnA::V1alpha::AnnotatedString
Returns Generated query explaining the interpretation.
265 266 267 268 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 265 class HumanReadable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_question ⇒ ::Google::Cloud::DataQnA::V1alpha::AnnotatedString
Returns Annotations on the original query.
265 266 267 268 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 265 class HumanReadable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |