Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class BucketObjectType.
Protobuf type google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource.BucketObjectType
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ IngestConversationsRequest \ GcsSourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BUCKET_OBJECT_TYPE_UNSPECIFIED
Value: 0
The object type is unspecified and will default to TRANSCRIPT
.
Generated from protobuf enum BUCKET_OBJECT_TYPE_UNSPECIFIED = 0;
TRANSCRIPT
Value: 1
The object is a transcript.
Generated from protobuf enum TRANSCRIPT = 1;
AUDIO
Value: 2
The object is an audio file.
Generated from protobuf enum AUDIO = 2;