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 page 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 `Object` class."],["The latest version available for `TestRunDifference` is 2.23.0, with multiple previous versions also accessible, dating back to 1.0.0."],["The class includes properties such as `Description`, which provides a textual comparison of actual versus expected output, and `Type`, which indicates the specific type of difference encountered."],["Two constructors are available for `TestRunDifference`: a default constructor and one that accepts another `TestRunDifference` object as a parameter."]]],[]]