Google Cloud Contact Center Insights V1 Client - Class BucketObjectType (1.7.1)

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 \ GcsSource

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;