Module: Google::Cloud::GeminiDataAnalytics::V1beta::ClarificationQuestion::SelectionMode

Defined in:
proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb

Overview

The selection mode for the clarification question.

Constant Summary collapse

SELECTION_MODE_UNSPECIFIED =

Unspecified selection mode.

0
SINGLE_SELECT =

The user can select only one option.

1
MULTI_SELECT =

The user can select multiple options.

2