public sealed class Result : IMessage<Experiment.Types.Result>, IEquatable<Experiment.Types.Result>, IDeepCloneable<Experiment.Types.Result>, IBufferMessage, IMessage
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."],[[["This page details the `Experiment.Types.Result` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used for representing experiment inference results with objective metrics and confidence intervals."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The page provides access to numerous past versions of this `Experiment.Types.Result` class, ranging from version 2.23.0 down to version 1.0.0."],["Key properties include `LastUpdateTime`, which indicates the last update time of experiment stats, and `VersionMetrics`, a `RepeatedField` containing version variant metrics."],["The page also includes details on the constructors for the `Result` class, including a default constructor and one that takes another `Experiment.Types.Result` as a parameter."]]],[]]