Module: Google::Cloud::DiscoveryEngine::V1::Answer::AnswerSkippedReason
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/answer.rb
Overview
An enum for answer skipped reasons.
Constant Summary collapse
- ANSWER_SKIPPED_REASON_UNSPECIFIED =
Default value. The answer skipped reason is not specified.
0
- ADVERSARIAL_QUERY_IGNORED =
The adversarial query ignored case.
1
- NON_ANSWER_SEEKING_QUERY_IGNORED =
The non-answer seeking query ignored case
Google skips the answer if the query is chit chat.
2
- OUT_OF_DOMAIN_QUERY_IGNORED =
The out-of-domain query ignored case.
Google skips the answer if there are no high-relevance search results.
3
- POTENTIAL_POLICY_VIOLATION =
The potential policy violation case.
Google skips the answer if there is a potential policy violation detected. This includes content that may be violent or toxic.
4
- NO_RELEVANT_CONTENT =
The no relevant content case.
Google skips the answer if there is no relevant content in the retrieved search results.
5
- JAIL_BREAKING_QUERY_IGNORED =
The jail-breaking query ignored case.
For example, "Reply in the tone of a competing company's CEO". Google skips the answer if the query is classified as a jail-breaking query.
6
- CUSTOMER_POLICY_VIOLATION =
The customer policy violation case.
Google skips the summary if there is a customer policy violation detected. The policy is defined by the customer.
7
- NON_ANSWER_SEEKING_QUERY_IGNORED_V2 =
The non-answer seeking query ignored case.
Google skips the answer if the query doesn't have clear intent.
8
- LOW_GROUNDED_ANSWER =
The low-grounded answer case.
Google skips the answer if a well grounded answer was unable to be generated.
9