Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Entry.
Represents an environment history entry.
Generated from protobuf message google.cloud.dialogflow.v2.EnvironmentHistory.Entry
Namespace
Google \ Cloud \ Dialogflow \ V2 \ EnvironmentHistoryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ agent_version |
string
The agent version loaded into this environment history entry. |
↳ description |
string
The developer-provided description for this environment history entry. |
↳ create_time |
Google\Protobuf\Timestamp
The creation time of this environment history entry. |
getAgentVersion
The agent version loaded into this environment history entry.
Returns | |
---|---|
Type | Description |
string |
setAgentVersion
The agent version loaded into this environment history entry.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
The developer-provided description for this environment history entry.
Returns | |
---|---|
Type | Description |
string |
setDescription
The developer-provided description for this environment history entry.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
The creation time of this environment history entry.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
The creation time of this environment history entry.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |