Enum Feedback.FeedbackSource (0.90.0)

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

Source of the feedback as per integration.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
FEEDBACK_SOURCE_UNSPECIFIED

Unspecified feedback source.

FEEDBACK_SOURCE_UNSPECIFIED = 0;

FEEDBACK_SOURCE_UNSPECIFIED_VALUE

Unspecified feedback source.

FEEDBACK_SOURCE_UNSPECIFIED = 0;

GOOGLE_AGENTSPACE_MOBILE

Feedback source is Google AgentSpace Mobile app.

GOOGLE_AGENTSPACE_MOBILE = 4;

GOOGLE_AGENTSPACE_MOBILE_VALUE

Feedback source is Google AgentSpace Mobile app.

GOOGLE_AGENTSPACE_MOBILE = 4;

GOOGLE_CONSOLE

Feedback source is Google Console.

GOOGLE_CONSOLE = 1;

GOOGLE_CONSOLE_VALUE

Feedback source is Google Console.

GOOGLE_CONSOLE = 1;

GOOGLE_WEBAPP

Feedback source is Google Webapp.

GOOGLE_WEBAPP = 3;

GOOGLE_WEBAPP_VALUE

Feedback source is Google Webapp.

GOOGLE_WEBAPP = 3;

GOOGLE_WIDGET

Feedback source is Google Widget.

GOOGLE_WIDGET = 2;

GOOGLE_WIDGET_VALUE

Feedback source is Google Widget.

GOOGLE_WIDGET = 2;

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