Module: Google::Cloud::DiscoveryEngine::V1beta::Answer::AnswerSkippedReason

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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.

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