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, specifically within the context of version 1.5.0."],["`TestRunDifference` is designed to describe the differences between an original agent output and a replayed agent output, as it is a class for comparing these outputs."],["The `TestRunDifference` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `TestRunDifference` object as a parameter, and it includes properties for a `Description` of type `string`, and a `Type` of `TestRunDifference.Types.DiffType` that represents the type of difference."],["The provided content provides a comprehensive version history of the `TestRunDifference`, starting from version 1.0.0 up until the most recent version being 2.23.0."]]],[]]