Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary.
Summary of the top N search result specified by the summary spec.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#summary_skipped_reasons
def summary_skipped_reasons() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::SummarySkippedReason>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::SummarySkippedReason>) — Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
#summary_skipped_reasons=
def summary_skipped_reasons=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::SummarySkippedReason>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::SummarySkippedReason>) — Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::SummarySkippedReason>) — Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
#summary_text
def summary_text() -> ::String
Returns
- (::String) — The summary content.
#summary_text=
def summary_text=(value) -> ::String
Parameter
- value (::String) — The summary content.
Returns
- (::String) — The summary content.