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, which represents a range of potential values for experiment objectives."],["The latest version available for this class is 2.23.0, with numerous previous versions listed, each with their own respective links for their documentation."],["The `ConfidenceInterval` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["The class has properties such as `ConfidenceLevel`, `LowerBound`, `Ratio`, and `UpperBound`, which define the range and confidence of the interval and can all be modified using `get; set;`."],["Two constructors are available for creating a `ConfidenceInterval` object: a default constructor and one that takes another `ConfidenceInterval` object as an argument for creating a copy."]]],[]]