Google Chat V1 API - Module Google::Apps::Card::V1::TextInput::Type (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Card::V1::TextInput::Type.

How a text input field appears in the user interface. For example, whether it's a single line input field, or a multi-line input. If initialSuggestions is specified, type is always SINGLE_LINE, even if it's set to MULTIPLE_LINE.

Google Workspace Add-ons and Chat apps:

Constants

SINGLE_LINE

value: 0
The text input field has a fixed height of one line.

MULTIPLE_LINE

value: 1
The text input field has a fixed height of multiple lines.