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

public sealed class IngestConversationsRequest.Types.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

GoogleCloudGoogle.Cloud.ContactCenterInsightsV1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

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

Properties

BucketUri

public string BucketUri { get; set; }

Required. The Cloud Storage bucket containing source objects.

Property Value
TypeDescription
string