public enum ClarificationQuestion.SelectionMode extends Enum<ClarificationQuestion.SelectionMode> implements ProtocolMessageEnumThe selection mode for the clarification question.
Protobuf enum
google.cloud.geminidataanalytics.v1beta.ClarificationQuestion.SelectionMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MULTI_SELECT |
The user can select multiple options. |
MULTI_SELECT_VALUE |
The user can select multiple options. |
SELECTION_MODE_UNSPECIFIED |
Unspecified selection mode. |
SELECTION_MODE_UNSPECIFIED_VALUE |
Unspecified selection mode. |
SINGLE_SELECT |
The user can select only one option. |
SINGLE_SELECT_VALUE |
The user can select only one option. |
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() |
|