View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval (google_api_dialogflow v0.74.0)

A confidence interval is a range of possible values for the experiment objective you are trying to measure.

Attributes

  • confidenceLevel (type: float(), default: nil) - The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
  • lowerBound (type: float(), default: nil) - Lower bound of the interval.
  • ratio (type: float(), default: nil) - The percent change between an experiment metric's value and the value for its control.
  • upperBound (type: float(), default: nil) - Upper bound of the interval.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval{
    confidenceLevel: float() | nil,
    lowerBound: float() | nil,
    ratio: float() | nil,
    upperBound: float() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.