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-04-09 UTC."],[[["This webpage provides reference documentation for the `TestRunDifference` class within the Google Cloud Dialogflow CX v3 API, focusing on version 2.21.0, but also offering links to other versions from 1.0.0 to 2.23.0."],["The `TestRunDifference` class, which is a sealed class, describes the differences between the original and replayed agent output."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, `TestRunDifference()`, which is the default, and `TestRunDifference(TestRunDifference other)` that allows you to pass an existing `TestRunDifference` object, and has two main properties: `Description` and `Type`."],["The class includes inherited members like `GetHashCode()`, `GetType()` and `ToString()`, which all come from the base object."]]],[]]