Enum Feedback.Reason (0.90.0)

public enum Feedback.Reason extends Enum<Feedback.Reason> implements ProtocolMessageEnum

The reason why user gives a negative feedback.

Protobuf enum google.cloud.discoveryengine.v1beta.Feedback.Reason

Implements

ProtocolMessageEnum

Static Fields

Name Description
BAD_CITATION

The response is not well-associated with the query.

BAD_CITATION = 7;

BAD_CITATION_VALUE

The response is not well-associated with the query.

BAD_CITATION = 7;

CANVAS_EXPORT_FAILED

Exporting the generated canvas failed (e.g. download or external export action did not complete successfully).

CANVAS_EXPORT_FAILED = 10;

CANVAS_EXPORT_FAILED_VALUE

Exporting the generated canvas failed (e.g. download or external export action did not complete successfully).

CANVAS_EXPORT_FAILED = 10;

CANVAS_NOT_GENERATED

The expected canvas was not generated for the response.

CANVAS_NOT_GENERATED = 8;

CANVAS_NOT_GENERATED_VALUE

The expected canvas was not generated for the response.

CANVAS_NOT_GENERATED = 8;

CANVAS_QUALITY_BAD

The generated canvas is of bad quality (e.g. inaccurate, incomplete, poorly formatted).

CANVAS_QUALITY_BAD = 9;

CANVAS_QUALITY_BAD_VALUE

The generated canvas is of bad quality (e.g. inaccurate, incomplete, poorly formatted).

CANVAS_QUALITY_BAD = 9;

FORMAT_AND_STYLES

The response is not well-formatted.

FORMAT_AND_STYLES = 6;

FORMAT_AND_STYLES_VALUE

The response is not well-formatted.

FORMAT_AND_STYLES = 6;

INACCURATE_RESPONSE

The response is inaccurate.

INACCURATE_RESPONSE = 1;

INACCURATE_RESPONSE_VALUE

The response is inaccurate.

INACCURATE_RESPONSE = 1;

INCOMPREHENSIVE

The response is incomprehensive.

INCOMPREHENSIVE = 3;

INCOMPREHENSIVE_VALUE

The response is incomprehensive.

INCOMPREHENSIVE = 3;

NOT_RELEVANT

The response is not relevant.

NOT_RELEVANT = 2;

NOT_RELEVANT_VALUE

The response is not relevant.

NOT_RELEVANT = 2;

OFFENSIVE_OR_UNSAFE

The response is offensive or unsafe.

OFFENSIVE_OR_UNSAFE = 4;

OFFENSIVE_OR_UNSAFE_VALUE

The response is offensive or unsafe.

OFFENSIVE_OR_UNSAFE = 4;

REASON_UNSPECIFIED

Unspecified reason.

REASON_UNSPECIFIED = 0;

REASON_UNSPECIFIED_VALUE

Unspecified reason.

REASON_UNSPECIFIED = 0;

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