Generated from protobuf enum NON_SUMMARY_SEEKING_QUERY_IGNORED = 2;
OUT_OF_DOMAIN_QUERY_IGNORED
Value: 3
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.
Generated from protobuf enum OUT_OF_DOMAIN_QUERY_IGNORED = 3;
POTENTIAL_POLICY_VIOLATION
Value: 4
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.
Generated from protobuf enum POTENTIAL_POLICY_VIOLATION = 4;
LLM_ADDON_NOT_ENABLED
Value: 5
The LLM addon not enabled case.
Google skips the summary if the LLM addon is not enabled.
Generated from protobuf enum LLM_ADDON_NOT_ENABLED = 5;
NO_RELEVANT_CONTENT
Value: 6
The no relevant content case.
Google skips the summary if there is no relevant content in the
retrieved search results.
Generated from protobuf enum NO_RELEVANT_CONTENT = 6;
JAIL_BREAKING_QUERY_IGNORED
Value: 7
The jail-breaking query ignored case.
For example, "Reply in the tone of a competing company's CEO".
Only used when
[SearchRequest.ContentSearchSpec.SummarySpec.ignore_jail_breaking_query]
is set to true.
Generated from protobuf enum JAIL_BREAKING_QUERY_IGNORED = 7;
CUSTOMER_POLICY_VIOLATION
Value: 8
The customer policy violation case.
Google skips the summary if there is a customer policy violation
detected. The policy is defined by the customer.
Generated from protobuf enum CUSTOMER_POLICY_VIOLATION = 8;
NON_SUMMARY_SEEKING_QUERY_IGNORED_V2
Value: 9
The non-answer seeking query ignored case.
Google skips the summary if the query doesn't have clear intent.
Only used when
[SearchRequest.ContentSearchSpec.SummarySpec.ignore_non_answer_seeking_query]
is set to true.
Generated from protobuf enum NON_SUMMARY_SEEKING_QUERY_IGNORED_V2 = 9;
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Discovery Engine V1 Client - Class SummarySkippedReason (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/php/docs/reference/cloud-discoveryengine/latest/V1.SearchResponse.Summary.SummarySkippedReason)\n- [1.6.1](/php/docs/reference/cloud-discoveryengine/1.6.1/V1.SearchResponse.Summary.SummarySkippedReason)\n- [1.5.1](/php/docs/reference/cloud-discoveryengine/1.5.1/V1.SearchResponse.Summary.SummarySkippedReason)\n- [1.4.0](/php/docs/reference/cloud-discoveryengine/1.4.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [1.3.3](/php/docs/reference/cloud-discoveryengine/1.3.3/V1.SearchResponse.Summary.SummarySkippedReason)\n- [1.2.0](/php/docs/reference/cloud-discoveryengine/1.2.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [1.1.0](/php/docs/reference/cloud-discoveryengine/1.1.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [1.0.0](/php/docs/reference/cloud-discoveryengine/1.0.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.11.3](/php/docs/reference/cloud-discoveryengine/0.11.3/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.8.0](/php/docs/reference/cloud-discoveryengine/0.8.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.7.1](/php/docs/reference/cloud-discoveryengine/0.7.1/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.6.0](/php/docs/reference/cloud-discoveryengine/0.6.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.5.0](/php/docs/reference/cloud-discoveryengine/0.5.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.4.0](/php/docs/reference/cloud-discoveryengine/0.4.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.3.0](/php/docs/reference/cloud-discoveryengine/0.3.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.2.0](/php/docs/reference/cloud-discoveryengine/0.2.0/V1.SearchResponse.Summary.SummarySkippedReason)\n- [0.1.1](/php/docs/reference/cloud-discoveryengine/0.1.1/V1.SearchResponse.Summary.SummarySkippedReason) \nReference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SummarySkippedReason.\n\nAn Enum for summary-skipped reasons.\n\nProtobuf type `google.cloud.discoveryengine.v1.SearchResponse.Summary.SummarySkippedReason`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DiscoveryEngine \\\\ V1 \\\\ SearchResponse \\\\ Summary\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SUMMARY_SKIPPED_REASON_UNSPECIFIED\n\n Value: 0\n\nDefault value. The summary skipped reason is not specified.\n\nGenerated from protobuf enum `SUMMARY_SKIPPED_REASON_UNSPECIFIED = 0;`\n\n### ADVERSARIAL_QUERY_IGNORED\n\n Value: 1\n\nThe adversarial query ignored case.\n\nOnly used when\n[SummarySpec.ignore_adversarial_query](/php/docs/reference/cloud-discoveryengine/latest/V1.SearchRequest.ContentSearchSpec.SummarySpec#_Google_Cloud_DiscoveryEngine_V1_SearchRequest_ContentSearchSpec_SummarySpec__getIgnoreAdversarialQuery__)\nis set to `true`.\n\nGenerated from protobuf enum `ADVERSARIAL_QUERY_IGNORED = 1;`\n\n### NON_SUMMARY_SEEKING_QUERY_IGNORED\n\n Value: 2\n\nThe non-summary seeking query ignored case.\n\nGoogle skips the summary if the query is chit chat.\nOnly used when\n[SummarySpec.ignore_non_summary_seeking_query](/php/docs/reference/cloud-discoveryengine/latest/V1.SearchRequest.ContentSearchSpec.SummarySpec#_Google_Cloud_DiscoveryEngine_V1_SearchRequest_ContentSearchSpec_SummarySpec__getIgnoreNonSummarySeekingQuery__)\nis set to `true`.\n\nGenerated from protobuf enum `NON_SUMMARY_SEEKING_QUERY_IGNORED = 2;`\n\n### OUT_OF_DOMAIN_QUERY_IGNORED\n\n Value: 3\n\nThe out-of-domain query ignored case.\n\nGoogle skips the summary if there are no high-relevance search results.\nFor example, the data store contains facts about company A but the\nuser query is asking questions about company B.\n\nGenerated from protobuf enum `OUT_OF_DOMAIN_QUERY_IGNORED = 3;`\n\n### POTENTIAL_POLICY_VIOLATION\n\n Value: 4\n\nThe potential policy violation case.\n\nGoogle skips the summary if there is a potential policy violation\ndetected. This includes content that may be violent or toxic.\n\nGenerated from protobuf enum `POTENTIAL_POLICY_VIOLATION = 4;`\n\n### LLM_ADDON_NOT_ENABLED\n\n Value: 5\n\nThe LLM addon not enabled case.\n\nGoogle skips the summary if the LLM addon is not enabled.\n\nGenerated from protobuf enum `LLM_ADDON_NOT_ENABLED = 5;`\n\n### NO_RELEVANT_CONTENT\n\n Value: 6\n\nThe no relevant content case.\n\nGoogle skips the summary if there is no relevant content in the\nretrieved search results.\n\nGenerated from protobuf enum `NO_RELEVANT_CONTENT = 6;`\n\n### JAIL_BREAKING_QUERY_IGNORED\n\n Value: 7\n\nThe jail-breaking query ignored case.\n\nFor example, \"Reply in the tone of a competing company's CEO\".\nOnly used when\n\\[SearchRequest.ContentSearchSpec.SummarySpec.ignore_jail_breaking_query\\]\nis set to `true`.\n\nGenerated from protobuf enum `JAIL_BREAKING_QUERY_IGNORED = 7;`\n\n### CUSTOMER_POLICY_VIOLATION\n\n Value: 8\n\nThe customer policy violation case.\n\nGoogle skips the summary if there is a customer policy violation\ndetected. The policy is defined by the customer.\n\nGenerated from protobuf enum `CUSTOMER_POLICY_VIOLATION = 8;`\n\n### NON_SUMMARY_SEEKING_QUERY_IGNORED_V2\n\n Value: 9\n\nThe non-answer seeking query ignored case.\n\nGoogle skips the summary if the query doesn't have clear intent.\nOnly used when\n\\[SearchRequest.ContentSearchSpec.SummarySpec.ignore_non_answer_seeking_query\\]\nis set to `true`.\n\nGenerated from protobuf enum `NON_SUMMARY_SEEKING_QUERY_IGNORED_V2 = 9;`\n\n### TIME_OUT\n\n Value: 10\n\nThe time out case.\n\nGoogle skips the summary if the time out.\n\nGenerated from protobuf enum `TIME_OUT = 10;`"]]