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 of `DialogflowInteractionData` within the `Google.Cloud.ContactCenterInsights.V1` namespace is 2.19.0, with multiple previous versions available, ranging from 2.18.0 down to 1.0.0."],["`DialogflowInteractionData` is a class that provides data related to interactions, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DialogflowInteractionData` class includes a `Confidence` property, which is a float ranging from 0.0 to 1.0, and a `DialogflowIntentId` property, that represents a string with the format of a resource path."],["There are 2 constructors for this class, one default and one that takes in the class as a parameter, `DialogflowInteractionData other`."]]],[]]