Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1DialogflowSource

A Dialogflow source of conversation data.

Inheritance
object
GoogleCloudContactcenterinsightsV1DialogflowSource
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 GoogleCloudContactcenterinsightsV1DialogflowSource : 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

DialogflowConversation

Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}

Declaration
[JsonProperty("dialogflowConversation")]
public virtual string DialogflowConversation { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX