public sealed class TestRunDifference : IMessage<TestRunDifference>, IEquatable<TestRunDifference>, IDeepCloneable<TestRunDifference>, IBufferMessage, IMessage
The description of differences between original and replayed agent output.
[[["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 page documents the `TestRunDifference` class, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and describes the differences between original and replayed agent output."],["Version 2.23.0 is the latest version available for the `Google.Cloud.Dialogflow.Cx.V3.TestRunDifference` resource, with numerous prior versions ranging from 2.22.0 down to 1.0.0 also listed."],["The `TestRunDifference` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, thus including methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes two constructors, a parameterless one and one that accepts another `TestRunDifference` object as a parameter, allowing for the creation of new instances or copies of existing ones."],["It exposes two properties: `Description`, which is a string type used to show the difference between the actual and expected outputs, and `Type`, which is of the enum `TestRunDifference.Types.DiffType`, and represents the kind of difference encountered."]]],[]]