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-04-09 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 several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The page lists multiple versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from version 1.0.0 to 2.23.0 (latest), providing links to the `TestRunDifference` documentation for each version."],["The class has two constructors, one default and another that accepts an existing `TestRunDifference` instance for copying, and contains properties `Description` (string type) and `Type` (`TestRunDifference.Types.DiffType`) to specify more about the differences."],["Several inherited members from the base `Object` class are available, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]