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 documentation for the `TestRunDifference` class within the Google Cloud Dialogflow CX v3 .NET library, detailing its functionality and usage."],["The `TestRunDifference` class is used to describe the differences between the original and replayed agent output in Dialogflow CX, functioning as a comprehensive comparison tool."],["The latest version of the Dialogflow CX v3 library available is 2.23.0, and the page includes a comprehensive list of older versions, starting from 2.22.0 all the way to version 1.0.0."],["The `TestRunDifference` class offers properties such as `Description`, which provides a human-readable description of the difference, and `Type`, which specifies the nature of the diff."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it plays a key role in message processing and object comparison within the library."]]],[]]