Google Apps Chat V1 Client - Class InputType (0.15.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class InputType.

The type of the input widget.

Protobuf type google.apps.card.v1.Validation.InputType

Namespace

Google \ Apps \ Card \ V1 \ Validation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INPUT_TYPE_UNSPECIFIED

Value: 0

Unspecified type. Do not use.

Generated from protobuf enum INPUT_TYPE_UNSPECIFIED = 0;

TEXT

Value: 1

Regular text that accepts all characters.

Generated from protobuf enum TEXT = 1;

INTEGER

Value: 2

An integer value.

Generated from protobuf enum INTEGER = 2;

FLOAT

Value: 3

A float value.

Generated from protobuf enum FLOAT = 3;

EMAIL

Value: 4

An email address.

Generated from protobuf enum EMAIL = 4;

EMOJI_PICKER

Value: 5

A emoji selected from system-provided emoji picker.

Generated from protobuf enum EMOJI_PICKER = 5;