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 provides documentation for the `ConfidenceInterval` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used in the .NET environment for Dialogflow CX."],["The `ConfidenceInterval` class, part of the `Experiment.Types.Result.Types` structure, represents a range of potential values for an experiment's objective."],["It includes properties such as `ConfidenceLevel`, `LowerBound`, `Ratio`, and `UpperBound`, all of which are of type `Double` and are used to define the characteristics of the confidence interval."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting operations like message handling, equality checks, and deep cloning."],["The documentation provides a version history, with links to different releases of the documentation ranging from version 1.0.0 to 2.23.0 (latest), within the .NET environment."]]],[]]