Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1SignedAudioUris

Signed audio URIs for a conversation.

Inheritance
object
GoogleCloudContactcenterinsightsV1SignedAudioUris
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX