public sealed class DialogflowInteractionData : IMessage<DialogflowInteractionData>, IEquatable<DialogflowInteractionData>, IDeepCloneable<DialogflowInteractionData>, IBufferMessage, IMessage
Dialogflow interaction data.
Implements
IMessage<DialogflowInteractionData>, IEquatable<DialogflowInteractionData>, IDeepCloneable<DialogflowInteractionData>, 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 |
Single |
DialogflowIntentId
public string DialogflowIntentId { get; set; }
The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}
Property Value | |
---|---|
Type | Description |
String |