public sealed class DialogflowInteractionData : IMessage<DialogflowInteractionData>, IEquatable<DialogflowInteractionData>, IDeepCloneable<DialogflowInteractionData>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class DialogflowInteractionData.
Dialogflow interaction data.
Implements
IMessageDialogflowInteractionData, IEquatableDialogflowInteractionData, IDeepCloneableDialogflowInteractionData, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
DialogflowInteractionData()
public DialogflowInteractionData()DialogflowInteractionData(DialogflowInteractionData)
public DialogflowInteractionData(DialogflowInteractionData other)| Parameter | |
|---|---|
| Name | Description |
other |
DialogflowInteractionData |
Properties
Confidence
public float Confidence { get; set; }The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
| Property Value | |
|---|---|
| Type | Description |
float |
|
DialogflowIntentId
public string DialogflowIntentId { get; set; }The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}
| Property Value | |
|---|---|
| Type | Description |
string |
|