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

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
NameDescription
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
TypeDescription
string

setBaseVersionContentJson

JSON representation of the base version content.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTargetVersionContentJson

JSON representation of the target version content.

Returns
TypeDescription
string

setTargetVersionContentJson

JSON representation of the target version content.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCompareTime

The timestamp when the two version compares.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCompareTime

clearCompareTime

setCompareTime

The timestamp when the two version compares.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this