Contact Center AI Insights v1 API - Class IngestConversationsRequest.Types.GcsSource (2.3.0)

public sealed class GcsSource : IMessage<IngestConversationsRequest.Types.GcsSource>, IEquatable<IngestConversationsRequest.Types.GcsSource>, IDeepCloneable<IngestConversationsRequest.Types.GcsSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class IngestConversationsRequest.Types.GcsSource.

Configuration for Cloud Storage bucket sources.

Inheritance

Object > IngestConversationsRequest.Types.GcsSource

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(IngestConversationsRequest.Types.GcsSource)

public GcsSource(IngestConversationsRequest.Types.GcsSource other)
Parameter
NameDescription
otherIngestConversationsRequest.Types.GcsSource

Properties

BucketUri

public string BucketUri { get; set; }

Required. The Cloud Storage bucket containing source objects.

Property Value
TypeDescription
String