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 \ ValidationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INPUT_TYPE_UNSPECIFIED
Value: 0Unspecified type. Do not use.
Generated from protobuf enum INPUT_TYPE_UNSPECIFIED = 0;
TEXT
Value: 1Regular text that accepts all characters.
Generated from protobuf enum TEXT = 1;
INTEGER
Value: 2An integer value.
Generated from protobuf enum INTEGER = 2;
FLOAT
Value: 3A float value.
Generated from protobuf enum FLOAT = 3;
Value: 4An email address.
Generated from protobuf enum EMAIL = 4;
EMOJI_PICKER
Value: 5A emoji selected from system-provided emoji picker.
Generated from protobuf enum EMOJI_PICKER = 5;