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 details the `TestRunDifference` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for describing differences between original and replayed agent output."],["The `TestRunDifference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The page lists various versions of the Dialogflow CX V3 library, ranging from version 1.0.0 to the latest version 2.23.0, each having their own `TestRunDifference` documentation."],["The class has two constructors, one default and another for copying from an existing `TestRunDifference` object, along with two main properties, `Description` (string) and `Type` (`TestRunDifference.Types.DiffType`)."],["The available versions allow you to select the version needed for your project, and each version includes the `TestRunDifference` documentation."]]],[]]