Enum AssistAnswer.AssistSkippedReason (0.66.0)

public enum AssistAnswer.AssistSkippedReason extends Enum<AssistAnswer.AssistSkippedReason> implements ProtocolMessageEnum

Possible reasons for not answering an assist call.

Protobuf enum google.cloud.discoveryengine.v1.AssistAnswer.AssistSkippedReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASSIST_SKIPPED_REASON_UNSPECIFIED

Default value. Skip reason is not specified.

ASSIST_SKIPPED_REASON_UNSPECIFIED = 0;

ASSIST_SKIPPED_REASON_UNSPECIFIED_VALUE

Default value. Skip reason is not specified.

ASSIST_SKIPPED_REASON_UNSPECIFIED = 0;

CUSTOMER_POLICY_VIOLATION

The assistant ignored the query or refused to answer because of a customer policy violation (e.g., the query or the answer contained a banned phrase).

CUSTOMER_POLICY_VIOLATION = 2;

CUSTOMER_POLICY_VIOLATION_VALUE

The assistant ignored the query or refused to answer because of a customer policy violation (e.g., the query or the answer contained a banned phrase).

CUSTOMER_POLICY_VIOLATION = 2;

NON_ASSIST_SEEKING_QUERY_IGNORED

The assistant ignored the query, because it did not appear to be answer-seeking.

NON_ASSIST_SEEKING_QUERY_IGNORED = 1;

NON_ASSIST_SEEKING_QUERY_IGNORED_VALUE

The assistant ignored the query, because it did not appear to be answer-seeking.

NON_ASSIST_SEEKING_QUERY_IGNORED = 1;

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()