Google Cloud Dialogflow V2 Client - Class VersionStatus (1.2.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class VersionStatus.

The status of a version.

Protobuf type google.cloud.dialogflow.v2.Version.VersionStatus

Methods

name

Parameter
Name
Description
value
mixed

value

Parameter
Name
Description
name
mixed

Constants

VERSION_STATUS_UNSPECIFIED

  Value: 0 
 

Not specified. This value is not used.

Generated from protobuf enum VERSION_STATUS_UNSPECIFIED = 0;

IN_PROGRESS

  Value: 1 
 

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

Generated from protobuf enum IN_PROGRESS = 1;

READY

  Value: 2 
 

Version is ready to serve.

Generated from protobuf enum READY = 2;

FAILED

  Value: 3 
 

Version training failed.

Generated from protobuf enum FAILED = 3;

Create a Mobile Website
View Site in Mobile | Classic
Share by: