Class: Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary::Reference
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary::Reference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/search_service.rb
Overview
Document reference.
Defined Under Namespace
Classes: ChunkContent
Instance Attribute Summary collapse
-
#chunk_contents ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary::Reference::ChunkContent>
List of cited chunk contents derived from document content.
-
#document ⇒ ::String
Required.
-
#title ⇒ ::String
Title of the document.
-
#uri ⇒ ::String
Cloud Storage or HTTP uri for the document.
Instance Attribute Details
#chunk_contents ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary::Reference::ChunkContent>
Returns List of cited chunk contents derived from document content.
895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 895 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Chunk content. # @!attribute [rw] content # @return [::String] # Chunk textual content. # @!attribute [rw] page_identifier # @return [::String] # Page identifier. class ChunkContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#document ⇒ ::String
Returns Required.
Document.name of the
document. Full resource name of the referenced document, in the format
projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*
.
895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 895 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Chunk content. # @!attribute [rw] content # @return [::String] # Chunk textual content. # @!attribute [rw] page_identifier # @return [::String] # Page identifier. class ChunkContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#title ⇒ ::String
Returns Title of the document.
895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 895 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Chunk content. # @!attribute [rw] content # @return [::String] # Chunk textual content. # @!attribute [rw] page_identifier # @return [::String] # Page identifier. class ChunkContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#uri ⇒ ::String
Returns Cloud Storage or HTTP uri for the document.
895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 895 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Chunk content. # @!attribute [rw] content # @return [::String] # Chunk textual content. # @!attribute [rw] page_identifier # @return [::String] # Page identifier. class ChunkContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |