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.
Implements
IMessageGcsSource, IEquatableGcsSource, IDeepCloneableGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
GcsSource()
public GcsSource()
GcsSource(GcsSource)
public GcsSource(GcsSource other)
Parameter | |
---|---|
Name | Description |
other | GcsSource |
Properties
AudioUri
public string AudioUri { get; set; }
Cloud Storage URI that points to a file that contains the conversation audio.
Property Value | |
---|---|
Type | Description |
string |
TranscriptUri
public string TranscriptUri { get; set; }
Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
Property Value | |
---|---|
Type | Description |
string |