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."],[[["The latest version available for `DialogflowInteractionData` is 2.19.0, part of the `Google.Cloud.ContactCenterInsights.V1` namespace."],["`DialogflowInteractionData` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`DialogflowInteractionData` has two constructors: a default constructor and one that takes another `DialogflowInteractionData` object as a parameter."],["Key properties of the `DialogflowInteractionData` class include `Confidence`, representing the certainty of a match (ranging from 0.0 to 1.0), and `DialogflowIntentId`, which is the resource path of the Dialogflow intent."]]],[]]