Google Cloud Dialogflow Cx V3 Client - Class Changelog (0.2.0)

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

Changelogs represents a change made to a given agent.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The unique identifier of the changelog. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

↳ user_email string

Email address of the authenticated user.

↳ display_name string

The affected resource display name of the change.

↳ action string

The action of the change.

↳ type string

The affected resource type.

↳ resource string

The affected resource name of the change.

↳ create_time Google\Protobuf\Timestamp

The timestamp of the change.

getName

The unique identifier of the changelog.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

Returns
TypeDescription
string

setName

The unique identifier of the changelog.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUserEmail

Email address of the authenticated user.

Returns
TypeDescription
string

setUserEmail

Email address of the authenticated user.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

The affected resource display name of the change.

Returns
TypeDescription
string

setDisplayName

The affected resource display name of the change.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAction

The action of the change.

Returns
TypeDescription
string

setAction

The action of the change.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

The affected resource type.

Returns
TypeDescription
string

setType

The affected resource type.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getResource

The affected resource name of the change.

Returns
TypeDescription
string

setResource

The affected resource name of the change.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

The timestamp of the change.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The timestamp of the change.

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