Enum Version.Types.State (1.1.0)

public enum State

The state of the version.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Failed

Version training failed.

Running

Version is not ready to serve (e.g. training is running).

Succeeded

Training has succeeded and this version is ready to serve.

Unspecified

Not specified. This value is not used.