Class GcsSource (1.17.3)

GcsSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for Cloud Storage bucket sources.

Attributes

NameDescription
bucket_uri str
Required. The Cloud Storage bucket containing source objects.
bucket_object_type google.cloud.contact_center_insights_v1.types.IngestConversationsRequest.GcsSource.BucketObjectType
Optional. Specifies the type of the objects in bucket_uri.

Classes

BucketObjectType

BucketObjectType(value)

Values: BUCKET_OBJECT_TYPE_UNSPECIFIED (0): The object type is unspecified and will default to TRANSCRIPT. TRANSCRIPT (1): The object is a transcript. AUDIO (2): The object is an audio file.