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 content details the `TestRunDifference` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, across multiple versions, ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest version."],["The `TestRunDifference` class, which is part of the Google.Cloud.Dialogflow.Cx.V3 library, describes the differences between original and replayed agent output and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default constructor and one that takes another `TestRunDifference` instance as a parameter to clone it."],["The class includes two properties, `Description`, which is a string detailing the difference between actual and expected output, and `Type`, which is an enumeration (`DiffType`) specifying the kind of difference."],["The `TestRunDifference` class inherits from `Object` and has various object methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]