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>/agent
projects/<Project ID>/locations/<Location ID>/agent
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The agent to create a version for.
Supported formats:
projects/<Project ID>/agent
projects/<Project ID>/locations/<Location ID>/agent
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersion
Required. The version to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\Version|null |
hasVersion
clearVersion
setVersion
Required. The version to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\Version
|
Returns | |
---|---|
Type | Description |
$this |