Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class MentionType.
The supported types of mentions.
Protobuf type google.cloud.contactcenterinsights.v1.EntityMentionData.MentionType
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ EntityMentionDataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MENTION_TYPE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum MENTION_TYPE_UNSPECIFIED = 0;
PROPER
Value: 1
Proper noun.
Generated from protobuf enum PROPER = 1;
COMMON
Value: 2
Common noun (or noun compound).
Generated from protobuf enum COMMON = 2;