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."],[[["This webpage details the `TestRunDifference` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used to describe differences between original and replayed agent outputs."],["The `TestRunDifference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version of `TestRunDifference` available is 2.23.0, and the page lists previous versions dating back to version 1.0.0, which shows the history of this class and its availability through different versions."],["The class includes two constructors, a parameterless one and another that takes a `TestRunDifference` object for copying."],["The class contains two properties, `Description` which is a string of the difference, and `Type` which describes the difference with a `TestRunDifference.Types.DiffType` type."]]],[]]