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."],[[["The `Experiment.Types.Result` class in the `Google.Cloud.Dialogflow.Cx.V3` namespace provides inference results, including an objective metric and confidence interval."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for message handling and data manipulation."],["The class offers two constructors: a default constructor `Result()` and one that accepts an existing `Experiment.Types.Result` object for creating a new instance."],["`Result` contains two properties, `LastUpdateTime` which is a timestamp of when the experiment was last updated, and `VersionMetrics` which is a collection of metrics related to the versions tested."],["The documentation provides a history of the versions of this class, with the latest being 2.23.0 and going as far back as 1.0.0, alongside their relative links."]]],[]]