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 details the `TestRunDifference` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for describing differences between original and replayed agent outputs."],["This `TestRunDifference` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor, and one that accepts another `TestRunDifference` object as a parameter for cloning."],["The class includes two main properties: `Description`, a string for explaining the difference, and `Type`, which uses the `DiffType` enum to specify the type of difference."],["There are several versions of this class, with the latest one being 2.23.0, and the page lists versions going back to 1.0.0."]]],[]]