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 provided content details the `Experiment.Types.Result` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, covering versions from 1.0.0 to 2.23.0 with 2.23.0 being the latest."],["The `Experiment.Types.Result` class is part of the Dialogflow v3 API, used to store inference results for experiments, including an objective metric and confidence interval."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET environment."],["The `Experiment.Types.Result` class includes properties such as `LastUpdateTime`, a timestamp for when the experiment stats were last updated, and `VersionMetrics`, which contains metrics for different experiment versions."],["The content shows the inheritance and implementaion hierarchy for the `Experiment.Types.Result` class."]]],[]]