Module: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::SummarySkippedReason
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
An Enum for summary-skipped reasons.
Constant Summary collapse
- SUMMARY_SKIPPED_REASON_UNSPECIFIED =
Default value. The summary skipped reason is not specified.
0
- ADVERSARIAL_QUERY_IGNORED =
The adversarial query ignored case.
Only populated when SummarySpec.ignore_adversarial_query is set to
true
. 1
- NON_SUMMARY_SEEKING_QUERY_IGNORED =
The non-summary seeking query ignored case.
Only populated when SummarySpec.ignore_non_summary_seeking_query is set to
true
. 2
- OUT_OF_DOMAIN_QUERY_IGNORED =
The out-of-domain query ignored case.
Google skips the summary if there are no high-relevance search results. For example, the data store contains facts about company A but the user query is asking questions about company B.
3
- POTENTIAL_POLICY_VIOLATION =
The potential policy violation case.
Google skips the summary if there is a potential policy violation detected. This includes content that may be violent or toxic.
4
- LLM_ADDON_NOT_ENABLED =
The LLM addon not enabled case.
Google skips the summary if the LLM addon is not enabled.
5