Google Cloud Dialogflow Cx V3 Client - Class ConfidenceInterval (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ConfidenceInterval.

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

Generated from protobuf message google.cloud.dialogflow.cx.v3.Experiment.Result.ConfidenceInterval

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Experiment \ Result

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ confidence_level float

The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.

↳ ratio float

The percent change between an experiment metric's value and the value for its control.

↳ lower_bound float

Lower bound of the interval.

↳ upper_bound float

Upper bound of the interval.

getConfidenceLevel

The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.

Returns
TypeDescription
float

setConfidenceLevel

The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getRatio

The percent change between an experiment metric's value and the value for its control.

Returns
TypeDescription
float

setRatio

The percent change between an experiment metric's value and the value for its control.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getLowerBound

Lower bound of the interval.

Returns
TypeDescription
float

setLowerBound

Lower bound of the interval.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getUpperBound

Upper bound of the interval.

Returns
TypeDescription
float

setUpperBound

Upper bound of the interval.

Parameter
NameDescription
var float
Returns
TypeDescription
$this