Enum Version.Types.VersionStatus (3.7.0)

public enum VersionStatus

The status of a version.

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

NameDescription
Failed

Version training failed.

InProgress

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

Ready

Version is ready to serve.

Unspecified

Not specified. This value is not used.