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."],[[["The latest version of the Dialogflow v3 API for .NET is 2.23.0, with a full list of available versions ranging from 1.0.0 to 2.23.0, all of which include the `TestRunDifference` class."],["The `TestRunDifference` class provides a description of the differences between the original and replayed agent output in the Dialogflow v3 API."],["The `TestRunDifference` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the .NET framework."],["The `TestRunDifference` class has a constructor to initialize an object and one to copy another object, as well as two key properties, `Description`, which is a string, and `Type`, which shows the type of diff."]]],[]]