Reference documentation and code samples for the Google Apps Chat V1 Client class Type.
Protobuf type google.chat.v1.SlashCommandMetadata.Type
Namespace
Google \ Apps \ Chat \ V1 \ SlashCommandMetadataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Default value for the enum. Don't use.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
ADD
Value: 1
Add Chat app to space.
Generated from protobuf enum ADD = 1;
INVOKE
Value: 2
Invoke slash command in space.
Generated from protobuf enum INVOKE = 2;