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.
[[["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 Contact Center Insights v1 API."],["The `DialogflowInteractionData` class is used for representing data related to interactions with Dialogflow, and the documentation offers a list of various versions of this documentation."],["The page details the inheritance and implementation of the `DialogflowInteractionData` class, showing it inherits from `Object` and implements multiple interfaces such as `IMessage` and `IEquatable`."],["The `DialogflowInteractionData` class has a default constructor, as well as a constructor that accepts another `DialogflowInteractionData` object for copying."],["Key properties of `DialogflowInteractionData` are explained, including `Confidence` (a float value from 0.0 to 1.0) and `DialogflowIntentId` (a string representing the intent resource path)."]]],[]]