Contact Center AI Insights v1 API - Class GcsSource (2.2.1)

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

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

A Cloud Storage source of conversation data.

Inheritance

Object > GcsSource

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(GcsSource other)
Parameter
NameDescription
otherGcsSource

Properties

AudioUri

public string AudioUri { get; set; }

Cloud Storage URI that points to a file that contains the conversation audio.

Property Value
TypeDescription
String

TranscriptUri

public string TranscriptUri { get; set; }

Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.

Property Value
TypeDescription
String