public sealed class DialogflowInteractionData : IMessage<DialogflowInteractionData>, IEquatable<DialogflowInteractionData>, IDeepCloneable<DialogflowInteractionData>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DialogflowInteractionData` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically for .NET development."],["The `DialogflowInteractionData` class represents data related to interactions with Dialogflow and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists available versions of the `DialogflowInteractionData` documentation, ranging from the latest version 2.19.0 down to version 1.0.0."],["The `DialogflowInteractionData` class has two constructors, a default one and another that takes another `DialogflowInteractionData` object as a parameter."],["The `DialogflowInteractionData` class includes two properties: `Confidence`, a float representing the confidence of a match, and `DialogflowIntentId`, a string containing the Dialogflow intent resource path."]]],[]]