Contact Center AI Insights v1 API - Class DialogflowInteractionData (2.14.0)

public sealed class DialogflowInteractionData : IMessage<DialogflowInteractionData>, IEquatable<DialogflowInteractionData>, IDeepCloneable<DialogflowInteractionData>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class DialogflowInteractionData.

Dialogflow interaction data.

Inheritance

object > DialogflowInteractionData

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

DialogflowInteractionData()

public DialogflowInteractionData()

DialogflowInteractionData(DialogflowInteractionData)

public DialogflowInteractionData(DialogflowInteractionData other)
Parameter
NameDescription
otherDialogflowInteractionData

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
TypeDescription
float

DialogflowIntentId

public string DialogflowIntentId { get; set; }

The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

Property Value
TypeDescription
string