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.
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
↳ 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
↳ 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
var
string
$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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
var
string
$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.
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.
var
string
$this
static::build
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
. Please see VersionsClient::versionName()
for help formatting this field.