type property
The type of slash command. Possible string values are:
- "TYPE_UNSPECIFIED" : Default value for the enum. Don't use.
- "ADD" : Add Chat app to space.
- "INVOKE" : Invoke slash command in space.
Implementation
core.String? type;
The type of slash command. Possible string values are:
core.String? type;