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 content provides documentation for the `TestRunDifference` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its implementation and usage across multiple versions, from 1.0.0 to the latest, 2.23.0."],["`TestRunDifference` is used to describe the differences between the original and replayed agent outputs and it inherits from Object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The class includes two constructors: a default constructor, and one that accepts another `TestRunDifference` object as a parameter for creating a new instance based on an existing one."],["The class contains two main properties: `Description`, a string representing the actual output vs expected output, and `Type`, representing the type of difference, which is of the data type `TestRunDifference.Types.DiffType`."],["The available versions for the `TestRunDifference` documentation spans numerous releases, each accessible via a dedicated link, allowing users to see the differences in the class throughout development."]]],[]]