type property

String? type
getter/setter pair

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;