public sealed class TestRunDifference : IMessage<TestRunDifference>, IEquatable<TestRunDifference>, IDeepCloneable<TestRunDifference>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TestRunDifference.
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 provides reference documentation for the `TestRunDifference` class within the Google.Cloud.Dialogflow.Cx.V3 namespace in .NET, covering versions from 1.0.0 to the latest version 2.23.0."],["The `TestRunDifference` class is used to describe differences between the original and replayed agent output in the Dialogflow v3 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `TestRunDifference` object for initialization."],["Key properties of the `TestRunDifference` class include `Description` (a string providing a human-readable diff) and `Type` (a `DiffType` enum indicating the type of difference)."]]],[]]