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 provides documentation for the `TestRunDifference` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its functionality in describing differences between original and replayed agent outputs."],["The `TestRunDifference` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer management."],["The class has two constructors, a default one and another that takes a `TestRunDifference` object for copying, and it provides access to properties like `Description`, which holds a string detailing the output differences, and `Type`, which indicates the nature of the diff via `TestRunDifference.Types.DiffType`."],["The documentation includes a version history, listing various versions of `TestRunDifference` from version 1.0.0 up to the latest version, 2.23.0, providing links to documentation for each version."],["The document provides inheritance information of the `TestRunDifference` class, which inherits from `Object`, as well as a list of inherited members from `Object`."]]],[]]