Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class SourceType.
What created the answer.
Protobuf type google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource.SourceType
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ QaAnswer \ AnswerSourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SOURCE_TYPE_UNSPECIFIED
Value: 0
Source type is unspecified.
Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;
SYSTEM_GENERATED
Value: 1
Answer was system-generated; created during an Insights analysis.
Generated from protobuf enum SYSTEM_GENERATED = 1;
MANUAL_EDIT
Value: 2
Answer was created by a human via manual edit.
Generated from protobuf enum MANUAL_EDIT = 2;