public sealed class DialogflowSource : IMessage<DialogflowSource>, IEquatable<DialogflowSource>, IDeepCloneable<DialogflowSource>, IBufferMessage, IMessage
A Dialogflow source of conversation data.
Implements
IMessage<DialogflowSource>, IEquatable<DialogflowSource>, IDeepCloneable<DialogflowSource>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
DialogflowSource()
public DialogflowSource()
DialogflowSource(DialogflowSource)
public DialogflowSource(DialogflowSource other)
Parameter | |
---|---|
Name | Description |
other | DialogflowSource |
Properties
AudioUri
public string AudioUri { get; set; }
Cloud Storage URI that points to a file that contains the conversation audio.
Property Value | |
---|---|
Type | Description |
String |
DialogflowConversation
public string DialogflowConversation { get; set; }
Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}
Property Value | |
---|---|
Type | Description |
String |