Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::SummaryWithMetadata.
Summary with metadata information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#citation_metadata
def citation_metadata() -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationMetadata
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationMetadata) — Citation metadata for given summary.
#citation_metadata=
def citation_metadata=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationMetadata
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationMetadata) — Citation metadata for given summary.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationMetadata) — Citation metadata for given summary.
#references
def references() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Reference>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Reference>) — Document References.
#references=
def references=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Reference>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Reference>) — Document References.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Reference>) — Document References.
#summary
def summary() -> ::String
Returns
- (::String) — Summary text with no citation information.
#summary=
def summary=(value) -> ::String
Parameter
- value (::String) — Summary text with no citation information.
Returns
- (::String) — Summary text with no citation information.