Enum Feedback.FeedbackType (0.90.0)

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

The type of the feedback user gives.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISLIKE

The user gives a negative feedback.

DISLIKE = 2;

DISLIKE_VALUE

The user gives a negative feedback.

DISLIKE = 2;

FEEDBACK_TYPE_UNSPECIFIED

Unspecified feedback type.

FEEDBACK_TYPE_UNSPECIFIED = 0;

FEEDBACK_TYPE_UNSPECIFIED_VALUE

Unspecified feedback type.

FEEDBACK_TYPE_UNSPECIFIED = 0;

LIKE

The user gives a positive feedback.

LIKE = 1;

LIKE_VALUE

The user gives a positive feedback.

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