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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ASSIST_SKIPPED_REASON_UNSPECIFIED |
Default value. Skip reason is not specified. |
ASSIST_SKIPPED_REASON_UNSPECIFIED_VALUE |
Default value. Skip reason is not specified. |
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_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). |
NON_ASSIST_SEEKING_QUERY_IGNORED |
The assistant ignored the query, because it did not appear to be answer-seeking. |
NON_ASSIST_SEEKING_QUERY_IGNORED_VALUE |
The assistant ignored the query, because it did not appear to be answer-seeking. |
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() |