Reference documentation and code samples for the Google Apps Chat V1 Client class AnnotationType.
Type of the annotation.
Protobuf type google.chat.v1.AnnotationType
Namespace
Google \ Apps \ Chat \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ANNOTATION_TYPE_UNSPECIFIED
Value: 0
Default value for the enum. Don't use.
Generated from protobuf enum ANNOTATION_TYPE_UNSPECIFIED = 0;
USER_MENTION
Value: 1
A user is mentioned.
Generated from protobuf enum USER_MENTION = 1;
SLASH_COMMAND
Value: 2
A slash command is invoked.
Generated from protobuf enum SLASH_COMMAND = 2;
RICH_LINK
Value: 3
A rich link annotation.
Generated from protobuf enum RICH_LINK = 3;