public enum SearchResponse.Types.Summary.Types.SummarySkippedReason
Reference documentation and code samples for the Discovery Engine v1beta API enum SearchResponse.Types.Summary.Types.SummarySkippedReason.
An Enum for summary-skipped reasons.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Fields | |
---|---|
Name | Description |
AdversarialQueryIgnored | The adversarial query ignored case. Only populated when
[SummarySpec.ignore_adversarial_query][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SummarySpec.ignore_adversarial_query]
is set to |
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.v1beta.SearchRequest.ContentSearchSpec.SummarySpec.ignore_non_summary_seeking_query]
is set to |
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. |