Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateVersionRequest.
The request message for Versions.CreateVersion.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateVersionRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The Flow to create an Version for. Format: |
↳ version |
Google\Cloud\Dialogflow\Cx\V3\Version
Required. The version to create. |
getParent
Required. The Flow to create an
Version for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The Flow to create an
Version for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersion
Required. The version to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\Version|null |
hasVersion
clearVersion
setVersion
Required. The version to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\Version
|
Returns | |
---|---|
Type | Description |
$this |