Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
Citation source.
Instance Attribute Summary collapse
-
#reference_index ⇒ ::Integer
Document reference index from SummaryWithMetadata.references.
Instance Attribute Details
#reference_index ⇒ ::Integer
1126 1127 1128 1129 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1126 class CitationSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |