public sealed class ConfidenceInterval : IMessage<Experiment.Types.Result.Types.ConfidenceInterval>, IEquatable<Experiment.Types.Result.Types.ConfidenceInterval>, IDeepCloneable<Experiment.Types.Result.Types.ConfidenceInterval>, IBufferMessage, IMessage
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 details the `ConfidenceInterval` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically in the context of Dialogflow CX Experiments."],["The `ConfidenceInterval` class, which is a sealed class, represents a range of possible values for an experiment's objective, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are numerous version links provided for this class, spanning from version 1.0.0 to the latest, version 2.23.0, within the Google Cloud Dialogflow library."],["The class has two constructors, a parameterless constructor, and a constructor that accepts another `ConfidenceInterval` object as a parameter."],["The `ConfidenceInterval` class contains four properties: `ConfidenceLevel`, `LowerBound`, `Ratio`, and `UpperBound`, each of type double, representing different aspects of the confidence interval."]]],[]]