public sealed class 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 `ConfidenceInterval` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development, across multiple versions, ranging from the latest 2.23.0 to the oldest 1.0.0."],["The `ConfidenceInterval` class, found in the namespace `Google.Cloud.Dialogflow.Cx.V3`, represents a range of possible values for an experiment objective."],["The `ConfidenceInterval` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's Protobuf and .NET ecosystems."],["Key properties of the `ConfidenceInterval` class include `ConfidenceLevel`, `LowerBound`, `Ratio`, and `UpperBound`, which provide detailed insights into the statistical confidence and range of the experiment results."],["The documentation includes constructors for creating instances of the `ConfidenceInterval` class, either as an empty instance or by copying data from another `ConfidenceInterval` object."]]],[]]