Resource: Version
Represents a version of a flow.
| JSON representation | 
|---|
| { "name": string, "displayName": string, "description": string, "nluSettings": { object ( | 
| Fields | |
|---|---|
| name | 
 Format: projects/ | 
| displayName | 
 Required. The human-readable name of the version. Limit of 64 characters. | 
| description | 
 The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected. | 
| nluSettings | 
 Output only. The NLU settings of the flow at version creation. | 
| createTime | 
 Output only. Create time of the version. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| state | 
 Output only. The state of this version. This field is read-only and cannot be set by create and update methods. | 
State
The state of the version.
| Enums | |
|---|---|
| STATE_UNSPECIFIED | Not specified. This value is not used. | 
| RUNNING | Version is not ready to serve (e.g. training is running). | 
| SUCCEEDED | Training has succeeded and this version is ready to serve. | 
| FAILED | Version training failed. | 
| Methods | |
|---|---|
| 
 | Compares the specified base version with target version. | 
| 
 | Creates a Versionin the specifiedFlow. | 
| 
 | Deletes the specified Version. | 
| 
 | Retrieves the specified Version. | 
| 
 | Returns the list of all versions in the specified Flow. | 
| 
 | Loads resources in the specified version to the draft flow. | 
| 
 | Updates the specified Version. |