Google Cloud Gemini Data Analytics V1beta Client - Class SelectionMode (0.8.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class SelectionMode.

The selection mode for the clarification question.

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

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ClarificationQuestion

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SELECTION_MODE_UNSPECIFIED

Value: 0

Unspecified selection mode.

Generated from protobuf enum SELECTION_MODE_UNSPECIFIED = 0;

SINGLE_SELECT

Value: 1

The user can select only one option.

Generated from protobuf enum SINGLE_SELECT = 1;

MULTI_SELECT

Value: 2

The user can select multiple options.

Generated from protobuf enum MULTI_SELECT = 2;