Enum ClarificationQuestion.SelectionMode (0.15.0)

public enum ClarificationQuestion.SelectionMode extends Enum<ClarificationQuestion.SelectionMode> implements ProtocolMessageEnum

The selection mode for the clarification question.

Protobuf enum google.cloud.geminidataanalytics.v1beta.ClarificationQuestion.SelectionMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
MULTI_SELECT

The user can select multiple options.

MULTI_SELECT = 2;

MULTI_SELECT_VALUE

The user can select multiple options.

MULTI_SELECT = 2;

SELECTION_MODE_UNSPECIFIED

Unspecified selection mode.

SELECTION_MODE_UNSPECIFIED = 0;

SELECTION_MODE_UNSPECIFIED_VALUE

Unspecified selection mode.

SELECTION_MODE_UNSPECIFIED = 0;

SINGLE_SELECT

The user can select only one option.

SINGLE_SELECT = 1;

SINGLE_SELECT_VALUE

The user can select only one option.

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