public sealed class Experiment.Types.Result.Types.ConfidenceInterval : IMessage<Experiment.Types.Result.Types.ConfidenceInterval>, IEquatable<Experiment.Types.Result.Types.ConfidenceInterval>, IDeepCloneable<Experiment.Types.Result.Types.ConfidenceInterval>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Result.Types.ConfidenceInterval.
A confidence interval is a range of possible values for the experiment
objective you are trying to measure.
[[["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 webpage provides documentation for the `Experiment.Types.Result.Types.ConfidenceInterval` class within the Dialogflow v3 API, detailing its purpose and implementation."],["The `ConfidenceInterval` class represents a range of possible values for an experiment's objective, providing a measure of statistical confidence."],["The class is implemented in the `Google.Cloud.Dialogflow.Cx.V3` namespace and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, with multiple version specific links starting from `1.0.0` to `2.23.0`."],["Key properties of the `ConfidenceInterval` class include `ConfidenceLevel`, `LowerBound`, `Ratio`, and `UpperBound`, each offering specific data points about the confidence interval."],["The documentation includes details on how the `ConfidenceInterval` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]