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 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, equality comparisons, deep cloning, and buffer management."],["The page lists numerous versions of the `TestRunDifference` documentation, ranging from version 1.0.0 to the latest version 2.23.0, offering a historical view of the class's development."],["Key members of the `TestRunDifference` class include a constructor, and two properties, `Description` (a string detailing the output differences) and `Type` (a `DiffType` enum specifying the nature of the difference)."],["The documentation also mentions inherited methods from `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]