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 document provides reference documentation for the `DialogflowInteractionData` class within the Google Cloud Contact Center AI Insights v1 API, specifically version 2.10.0."],["The `DialogflowInteractionData` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used for managing interactions with Dialogflow."],["The class contains properties like `Confidence` (a float representing the certainty of a match) and `DialogflowIntentId` (a string indicating the Dialogflow intent resource path)."],["The document lists various versions of the API, from 1.0.0 up to 2.19.0 (latest), each version's documentation is available via the provided links."],["The class has two constructors that are both publicly available: a default constructor and a copy constructor."]]],[]]