[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class State (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Version.State)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.Version.State)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.Version.State)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.Version.State)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.Version.State)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.Version.State)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.Version.State)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.Version.State)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.Version.State) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class State.\n\nThe state of the version.\n\nProtobuf type `google.cloud.dialogflow.cx.v3.Version.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3 \\\\ Version\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nNot specified. This value is not used.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### RUNNING\n\n Value: 1\n\nVersion is not ready to serve (e.g. training is running).\n\nGenerated from protobuf enum `RUNNING = 1;`\n\n### SUCCEEDED\n\n Value: 2\n\nTraining has succeeded and this version is ready to serve.\n\nGenerated from protobuf enum `SUCCEEDED = 2;`\n\n### FAILED\n\n Value: 3\n\nVersion training failed.\n\nGenerated from protobuf enum `FAILED = 3;`"]]