Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Version.
You can create multiple versions of your agent and publish them to separate environments.
When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent. When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for:
- testing
- development
- production
- etc. For more information, see the versions and environments guide.
Generated from protobuf message google.cloud.dialogflow.v2.Version
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The unique identifier of this agent version. Supported formats: - |
↳ description |
string
Optional. The developer-provided description of this version. |
↳ version_number |
int
Output only. The sequential number of this version. This field is read-only which means it cannot be set by create and update methods. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods. |
↳ status |
int
Output only. The status of this version. This field is read-only and cannot be set by create and update methods. |
getName
Output only. The unique identifier of this agent version.
Supported formats:
projects/<Project ID>/agent/versions/<Version ID>
projects/<Project ID>/locations/<Location ID>/agent/versions/<Version ID>
Returns | |
---|---|
Type | Description |
string |
setName
Output only. The unique identifier of this agent version.
Supported formats:
projects/<Project ID>/agent/versions/<Version ID>
projects/<Project ID>/locations/<Location ID>/agent/versions/<Version ID>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
Optional. The developer-provided description of this version.
Returns | |
---|---|
Type | Description |
string |
setDescription
Optional. The developer-provided description of this version.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersionNumber
Output only. The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
Returns | |
---|---|
Type | Description |
int |
setVersionNumber
Output only. The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
Output only. The status of this version. This field is read-only and cannot be set by create and update methods.
Returns | |
---|---|
Type | Description |
int |
setStatus
Output only. The status of this version. This field is read-only and cannot be set by create and update methods.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |