public sealed class Experiment.Types.Result : IMessage<Experiment.Types.Result>, IEquatable<Experiment.Types.Result>, IDeepCloneable<Experiment.Types.Result>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Result.
The inference result which includes an objective metric to optimize and the
confidence interval.
[[["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 webpage provides documentation for the `Experiment.Types.Result` class within the Dialogflow v3 API for .NET, detailing its properties, constructors, inheritance, and implementations."],["The latest version of this class documented is 2.23.0, while the page specifically covers version 2.7.0 and includes links to previous versions dating back to 1.0.0."],["`Experiment.Types.Result` is an inference result class that includes an objective metric and confidence interval to optimize experiments, implementing multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has two properties: `LastUpdateTime`, which is a timestamp indicating the last time the experiment's stats were updated, and `VersionMetrics`, which is a collection of version variants and their associated metrics."],["The class provides two constructors, one default constructor `Result()`, and another that clones an existing `Result` instance by inputting `Result(Experiment.Types.Result other)`."]]],[]]