Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class Deployment.
Represents a deployment in an environment. A deployment happens when a flow
version configured to be active in the environment. You can configure running
pre-deployment steps, e.g. running validation test cases, experiment
auto-rollout, etc.
Generated from protobuf messagegoogle.cloud.dialogflow.cx.v3.Deployment
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the deployment. Format: projects/
↳ flow_version
string
The name of the flow version for this deployment. Format: projects/
[[["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 Deployment (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Deployment)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.Deployment)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.Deployment)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.Deployment)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.Deployment)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.Deployment)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.Deployment)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.Deployment)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.Deployment) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class Deployment.\n\nRepresents a deployment in an environment. A deployment happens when a flow\nversion configured to be active in the environment. You can configure running\npre-deployment steps, e.g. running validation test cases, experiment\nauto-rollout, etc.\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.Deployment`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nThe name of the deployment.\n\nFormat:\nprojects/\n\n\n### setName\n\nThe name of the deployment.\n\nFormat:\nprojects/\n\n\n### getFlowVersion\n\nThe name of the flow version for this deployment.\n\nFormat:\nprojects/\n\n\n### setFlowVersion\n\nThe name of the flow version for this deployment.\n\nFormat:\nprojects/\n\n\n### getState\n\nThe current state of the deployment.\n\n### setState\n\nThe current state of the deployment.\n\n### getResult\n\nResult of the deployment.\n\n### hasResult\n\n### clearResult\n\n### setResult\n\nResult of the deployment.\n\n### getStartTime\n\nStart time of this deployment.\n\n### hasStartTime\n\n### clearStartTime\n\n### setStartTime\n\nStart time of this deployment.\n\n### getEndTime\n\nEnd time of this deployment.\n\n### hasEndTime\n\n### clearEndTime\n\n### setEndTime\n\nEnd time of this deployment."]]