Interface protos.google.cloud.dialogflow.cx.v3beta1.IExperiment (2.13.0)

Properties of an Experiment.

Package

@google-cloud/dialogflow-cx!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Experiment createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

definition

definition?: (google.cloud.dialogflow.cx.v3beta1.Experiment.IDefinition|null);

Experiment definition

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.Experiment.IDefinition|null)

description

description?: (string|null);

Experiment description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Experiment displayName

Property Value
TypeDescription
(string|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

Experiment endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

experimentLength

experimentLength?: (google.protobuf.IDuration|null);

Experiment experimentLength

Property Value
TypeDescription
(google.protobuf.IDuration|null)

lastUpdateTime

lastUpdateTime?: (google.protobuf.ITimestamp|null);

Experiment lastUpdateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

name

name?: (string|null);

Experiment name

Property Value
TypeDescription
(string|null)

result

result?: (google.cloud.dialogflow.cx.v3beta1.Experiment.IResult|null);

Experiment result

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.Experiment.IResult|null)

rolloutConfig

rolloutConfig?: (google.cloud.dialogflow.cx.v3beta1.IRolloutConfig|null);

Experiment rolloutConfig

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IRolloutConfig|null)

rolloutFailureReason

rolloutFailureReason?: (string|null);

Experiment rolloutFailureReason

Property Value
TypeDescription
(string|null)

rolloutState

rolloutState?: (google.cloud.dialogflow.cx.v3beta1.IRolloutState|null);

Experiment rolloutState

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IRolloutState|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Experiment startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.cloud.dialogflow.cx.v3beta1.Experiment.State|keyof typeof google.cloud.dialogflow.cx.v3beta1.Experiment.State|null);

Experiment state

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.Experiment.State|keyof typeof google.cloud.dialogflow.cx.v3beta1.Experiment.State|null)

variantsHistory

variantsHistory?: (google.cloud.dialogflow.cx.v3beta1.IVariantsHistory[]|null);

Experiment variantsHistory

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IVariantsHistory[]|null)