Google Cloud Dialogflow Cx V3 Client - Class CompareVersionsResponse (0.3.4)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CompareVersionsResponse.

The response message for Versions.CompareVersions.

Generated from protobuf message google.cloud.dialogflow.cx.v3.CompareVersionsResponse

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ base_version_content_json string

JSON representation of the base version content.

↳ target_version_content_json string

JSON representation of the target version content.

↳ compare_time Google\Protobuf\Timestamp

The timestamp when the two version compares.

getBaseVersionContentJson

JSON representation of the base version content.

Returns
Type Description
string

setBaseVersionContentJson

JSON representation of the base version content.

Parameter
Name Description
var string
Returns
Type Description
$this

getTargetVersionContentJson

JSON representation of the target version content.

Returns
Type Description
string

setTargetVersionContentJson

JSON representation of the target version content.

Parameter
Name Description
var string
Returns
Type Description
$this

getCompareTime

The timestamp when the two version compares.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCompareTime

clearCompareTime

setCompareTime

The timestamp when the two version compares.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this