public enum Feedback.Reason extends Enum<Feedback.Reason> implements ProtocolMessageEnumThe reason why user gives a negative feedback.
Protobuf enum google.cloud.discoveryengine.v1beta.Feedback.Reason
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BAD_CITATION |
The response is not well-associated with the query. |
BAD_CITATION_VALUE |
The response is not well-associated with the query. |
CANVAS_EXPORT_FAILED |
Exporting the generated canvas failed (e.g. download or external export action did not complete successfully). |
CANVAS_EXPORT_FAILED_VALUE |
Exporting the generated canvas failed (e.g. download or external export action did not complete successfully). |
CANVAS_NOT_GENERATED |
The expected canvas was not generated for the response. |
CANVAS_NOT_GENERATED_VALUE |
The expected canvas was not generated for the response. |
CANVAS_QUALITY_BAD |
The generated canvas is of bad quality (e.g. inaccurate, incomplete, poorly formatted). |
CANVAS_QUALITY_BAD_VALUE |
The generated canvas is of bad quality (e.g. inaccurate, incomplete, poorly formatted). |
FORMAT_AND_STYLES |
The response is not well-formatted. |
FORMAT_AND_STYLES_VALUE |
The response is not well-formatted. |
INACCURATE_RESPONSE |
The response is inaccurate. |
INACCURATE_RESPONSE_VALUE |
The response is inaccurate. |
INCOMPREHENSIVE |
The response is incomprehensive. |
INCOMPREHENSIVE_VALUE |
The response is incomprehensive. |
NOT_RELEVANT |
The response is not relevant. |
NOT_RELEVANT_VALUE |
The response is not relevant. |
OFFENSIVE_OR_UNSAFE |
The response is offensive or unsafe. |
OFFENSIVE_OR_UNSAFE_VALUE |
The response is offensive or unsafe. |
REASON_UNSPECIFIED |
Unspecified reason. |
REASON_UNSPECIFIED_VALUE |
Unspecified reason. |
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() |
|