Google Cloud Dialogflow Cx V3 Client - Class CompareVersionsRequest (0.2.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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 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>.

↳ target_version string

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>.

↳ 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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
baseVersion string

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>. Please see Google\Cloud\Dialogflow\Cx\V3\VersionsClient::versionName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\CompareVersionsRequest