Class GoogleCloudContactcenterinsightsV1alpha1DialogflowSource
A Dialogflow source of conversation data.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1DialogflowSource : 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 |