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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The unique identifier of the changelog. Format: |
↳ 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. |
↳ language_code |
string
The affected language code of the change. |
getName
The unique identifier of the changelog.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/changelogs/<Changelog ID>
.
Returns | |
---|---|
Type | Description |
string |
setName
The unique identifier of the changelog.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/changelogs/<Changelog ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUserEmail
Email address of the authenticated user.
Returns | |
---|---|
Type | Description |
string |
setUserEmail
Email address of the authenticated user.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
The affected resource display name of the change.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The affected resource display name of the change.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAction
The action of the change.
Returns | |
---|---|
Type | Description |
string |
setAction
The action of the change.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
The affected resource type.
Returns | |
---|---|
Type | Description |
string |
setType
The affected resource type.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getResource
The affected resource name of the change.
Returns | |
---|---|
Type | Description |
string |
setResource
The affected resource name of the change.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
The timestamp of the change.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
The timestamp of the change.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getLanguageCode
The affected language code of the change.
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
The affected language code of the change.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |