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."],[[["The webpage provides documentation for the `ConfidenceInterval` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used in the context of Dialogflow CX experiments in .NET."],["`ConfidenceInterval` represents a range of possible values for an experiment objective, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ConfidenceLevel`, `LowerBound`, `Ratio`, and `UpperBound`, which are all of the type `double` and provides information on the certainty and range of the measured outcome."],["There are two constructors available for creating a `ConfidenceInterval` object, one being empty, and the other allowing a pre-existing `ConfidenceInterval` object."],["The page also contains a breakdown of the different versions of the class with links to the pages of each version, with version `2.23.0` being the latest."]]],[]]