public enum Feedback.FeedbackType extends Enum<Feedback.FeedbackType> implements ProtocolMessageEnumThe type of the feedback user gives.
Protobuf enum google.cloud.discoveryengine.v1beta.Feedback.FeedbackType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DISLIKE |
The user gives a negative feedback. |
DISLIKE_VALUE |
The user gives a negative feedback. |
FEEDBACK_TYPE_UNSPECIFIED |
Unspecified feedback type. |
FEEDBACK_TYPE_UNSPECIFIED_VALUE |
Unspecified feedback type. |
LIKE |
The user gives a positive feedback. |
LIKE_VALUE |
The user gives a positive feedback. |
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() |
|