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 document provides reference information for the `SearchResponse.Types.Summary.Types.SummarySkippedReason` enum within the Google Cloud Discovery Engine v1 API."],["The `SummarySkippedReason` enum lists reasons why a summary might be skipped during a search, such as policy violations, non-summary-seeking queries, and out-of-domain queries."],["The enum is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is included in the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["The latest version of the documentation is 1.6.0, with previous versions going back to 1.0.0-beta06 also accessible."],["There are 6 fields listed within this enum, including `AdversarialQueryIgnored`, `LlmAddonNotEnabled`, `NonSummarySeekingQueryIgnored`, `OutOfDomainQueryIgnored`, `PotentialPolicyViolation`, and `Unspecified`, each with their own associated description."]]],[]]