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 purpose in describing differences between original and replayed agent outputs."],["The `TestRunDifference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer manipulation."],["The class has two constructors: a default constructor (`TestRunDifference()`) and a copy constructor (`TestRunDifference(TestRunDifference other)`), allowing for object initialization and duplication."],["Key properties of the `TestRunDifference` class include `Description` (a string detailing the output differences) and `Type` (a `TestRunDifference.Types.DiffType` enum specifying the type of difference)."],["The page also provides a comprehensive list of available versions of the `TestRunDifference` class, ranging from version 2.23.0 (latest) down to 1.0.0."]]],[]]