Enum Answer.AnswerSkippedReason (0.39.0)

public enum Answer.AnswerSkippedReason extends Enum<Answer.AnswerSkippedReason> implements ProtocolMessageEnum

An enum for answer skipped reasons.

Protobuf enum google.cloud.discoveryengine.v1alpha.Answer.AnswerSkippedReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADVERSARIAL_QUERY_IGNORED

The adversarial query ignored case.

ADVERSARIAL_QUERY_IGNORED = 1;

ADVERSARIAL_QUERY_IGNORED_VALUE

The adversarial query ignored case.

ADVERSARIAL_QUERY_IGNORED = 1;

ANSWER_SKIPPED_REASON_UNSPECIFIED

Default value. The answer skipped reason is not specified.

ANSWER_SKIPPED_REASON_UNSPECIFIED = 0;

ANSWER_SKIPPED_REASON_UNSPECIFIED_VALUE

Default value. The answer skipped reason is not specified.

ANSWER_SKIPPED_REASON_UNSPECIFIED = 0;

NON_ANSWER_SEEKING_QUERY_IGNORED

The non-answer seeking query ignored case.

NON_ANSWER_SEEKING_QUERY_IGNORED = 2;

NON_ANSWER_SEEKING_QUERY_IGNORED_VALUE

The non-answer seeking query ignored case.

NON_ANSWER_SEEKING_QUERY_IGNORED = 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.

OUT_OF_DOMAIN_QUERY_IGNORED = 3;

OUT_OF_DOMAIN_QUERY_IGNORED_VALUE

The out-of-domain query ignored case.

Google skips the answer if there are no high-relevance search results.

OUT_OF_DOMAIN_QUERY_IGNORED = 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.

POTENTIAL_POLICY_VIOLATION = 4;

POTENTIAL_POLICY_VIOLATION_VALUE

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.

POTENTIAL_POLICY_VIOLATION = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()