Only populated when
[SummarySpec.ignore_adversarial_query][google.cloud.discoveryengine.v1.SearchRequest.ContentSearchSpec.SummarySpec.ignore_adversarial_query]
is set to true.
LlmAddonNotEnabled
The LLM addon not enabled case.
Google skips the summary if the LLM addon is not enabled.
NonSummarySeekingQueryIgnored
The non-summary seeking query ignored case.
Only populated when
[SummarySpec.ignore_non_summary_seeking_query][google.cloud.discoveryengine.v1.SearchRequest.ContentSearchSpec.SummarySpec.ignore_non_summary_seeking_query]
is set to true.
OutOfDomainQueryIgnored
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.
PotentialPolicyViolation
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.
Unspecified
Default value. The summary skipped reason is not specified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation details the `SearchResponse.Types.Summary.Types.SummarySkippedReason` enum within the Google Cloud Discovery Engine v1 API, which is used to identify why a summary might be skipped."],["The latest version of the documentation is 1.6.0, and there are seven versions available, from version 1.0.0-beta06 up to the latest."],["The enum includes six potential reasons for a summary being skipped, such as adversarial query ignored, LLM addon not enabled, non-summary seeking query ignored, out-of-domain query ignored, potential policy violation, and an unspecified default case."],["The `SummarySkippedReason` enum is in the namespace `Google.Cloud.DiscoveryEngine.V1` and part of the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."]]],[]]