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 details various versions of the `TestRunDifference` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version, 2.23.0."],["`TestRunDifference` is a sealed class that describes the differences between original and replayed agent output, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TestRunDifference` class includes two constructors, a default constructor and one that takes another `TestRunDifference` object as a parameter, facilitating object creation and cloning."],["This class contains two key properties: `Description`, a string detailing the difference between actual and expected output, and `Type`, which specifies the type of the difference using the `DiffType` enum."],["The content is also giving the namespace and assembly of the `TestRunDifference` class: the namespace is `Google.Cloud.Dialogflow.Cx.V3`, and the assembly is `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]