Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class EnvironmentHistory.
The response message for Environments.GetEnvironmentHistory .
Generated from protobuf message google.cloud.dialogflow.v2.EnvironmentHistory
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Output only. The name of the environment this history is for. Supported formats: - projects/<Project ID>/agent/environments/<Environment ID>
- projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
The environment ID for the default environment is -
.
↳ entries
array< Google\Cloud\Dialogflow\V2\EnvironmentHistory\Entry
>
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
↳ next_page_token
string
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
getParent
Output only. The name of the environment this history is for.
Supported formats:
-
projects/<Project ID>/agent/environments/<Environment ID>
-
projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
The environment ID for the default environment is-
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setParent
Output only. The name of the environment this history is for.
Supported formats:
-
projects/<Project ID>/agent/environments/<Environment ID>
-
projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
The environment ID for the default environment is-
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getEntries
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Internal\RepeatedField
setEntries
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this
getNextPageToken
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
Generated from protobuf field string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setNextPageToken
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
Generated from protobuf field string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this