Class GoogleCloudContactcenterinsightsV1mainGcsSource
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 GoogleCloudContactcenterinsightsV1mainGcsSource : IDirectResponseSchema
Properties
AudioUri
Immutable. Deprecated: Use audio_uris instead. 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 |
AudioUris
Immutable. Cloud Storage URIs that point to files that contain the conversation audio. Supports both single audio files and multi-leg session recordings (e.g., call transfers, rolling recording buffers).
Declaration
[JsonProperty("audioUris")]
public virtual IList<string> AudioUris { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<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 |