Class GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio
A wrapper for holding the audio for any given turn.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio : IDirectResponseSchema
Properties
AudioDuration
The duration of the audio.
Declaration
[JsonProperty("audioDuration")]
public virtual object AudioDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
AudioGcsUri
The Cloud Storage URI of the audio for any given turn.
Declaration
[JsonProperty("audioGcsUri")]
public virtual string AudioGcsUri { 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 |