Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CompareVersionsRequest.
The request message for Versions.CompareVersions.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CompareVersionsRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ base_version |
string
Required. Name of the base flow version to compare with the target version. Use version ID |
↳ target_version |
string
Required. Name of the target flow version to compare with the base version. Use version ID |
↳ language_code |
string
The language to compare the flow versions for. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used. |
getBaseVersion
Required. Name of the base flow version to compare with the target version.
Use version ID 0
to indicate the draft version of the specified flow.
Format: projects/<Project ID>/locations/<Location ID>/agents/
<Agent ID>/flows/<Flow ID>/versions/<Version ID>
.
Returns | |
---|---|
Type | Description |
string |
setBaseVersion
Required. Name of the base flow version to compare with the target version.
Use version ID 0
to indicate the draft version of the specified flow.
Format: projects/<Project ID>/locations/<Location ID>/agents/
<Agent ID>/flows/<Flow ID>/versions/<Version ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetVersion
Required. Name of the target flow version to compare with the
base version. Use version ID 0
to indicate the draft version of the
specified flow. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>
.
Returns | |
---|---|
Type | Description |
string |
setTargetVersion
Required. Name of the target flow version to compare with the
base version. Use version ID 0
to indicate the draft version of the
specified flow. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLanguageCode
The language to compare the flow versions for.
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
The language to compare the flow versions for.
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
baseVersion |
string
Required. Name of the base flow version to compare with the target version.
Use version ID Format: |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\CompareVersionsRequest |