Class GoogleCloudContactcenterinsightsV1SignedAudioUris
Signed audio URIs for a conversation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SignedAudioUris : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignedDialogflowAudioUri
The signed URI for the audio from the Dialogflow conversation source.
Declaration
[JsonProperty("signedDialogflowAudioUri")]
public virtual string SignedDialogflowAudioUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignedGcsAudioUri
The signed URI for the audio from the Cloud Storage conversation source.
Declaration
[JsonProperty("signedGcsAudioUri")]
public virtual string SignedGcsAudioUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignedTurnLevelAudios
The signed URI for the audio corresponding to each turn in the conversation.
Declaration
[JsonProperty("signedTurnLevelAudios")]
public virtual IList<GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> SignedTurnLevelAudios { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio> |