Class GoogleCloudContactcenterinsightsV1alpha1GcsSource
A Cloud Storage source of conversation data.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1GcsSource : IDirectResponseSchema
Properties
AudioUri
Cloud Storage URI that points to a file that contains the conversation audio.
Declaration
[JsonProperty("audioUri")]
public virtual string AudioUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TranscriptUri
Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
Declaration
[JsonProperty("transcriptUri")]
public virtual string TranscriptUri { get; set; }
Property Value
Type | Description |
---|---|
string |