Class: Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::StructuredDocumentInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::StructuredDocumentInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/answer.rb
Overview
Structured search information.
Instance Attribute Summary collapse
-
#document ⇒ ::String
Document resource name.
-
#struct_data ⇒ ::Google::Protobuf::Struct
Structured search data.
-
#title ⇒ ::String
readonly
Output only.
-
#uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#document ⇒ ::String
Returns Document resource name.
258 259 260 261 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 258 class StructuredDocumentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#struct_data ⇒ ::Google::Protobuf::Struct
Returns Structured search data.
258 259 260 261 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 258 class StructuredDocumentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String (readonly)
Returns Output only. The title of the document.
258 259 260 261 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 258 class StructuredDocumentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String (readonly)
Returns Output only. The URI of the document.
258 259 260 261 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 258 class StructuredDocumentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |