Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateVersionRequest.
The request message for Versions.CreateVersion.
Generated from protobuf message google.cloud.dialogflow.v2.CreateVersionRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The agent to create a version for. Supported formats: - |
↳ version |
Google\Cloud\Dialogflow\V2\Version
Required. The version to create. |
getParent
Required. The agent to create a version for.
Supported formats:
projects/<Project ID>/agentprojects/<Project ID>/locations/<Location ID>/agent
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The agent to create a version for.
Supported formats:
projects/<Project ID>/agentprojects/<Project ID>/locations/<Location ID>/agent
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Required. The version to create.
Generated from protobuf field .google.cloud.dialogflow.v2.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\V2\Version|null |
|
hasVersion
clearVersion
setVersion
Required. The version to create.
Generated from protobuf field .google.cloud.dialogflow.v2.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\V2\Version
|
| Returns | |
|---|---|
| Type | Description |
$this |
|