EnvironmentHistory(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The response message for Environments.GetEnvironmentHistory.
Attributes
Name | Description |
parent |
str
Output only. The name of the environment this history is for. Supported formats: - projects/
- projects/
The environment ID for the default environment is - .
|
entries |
MutableSequence[google.cloud.dialogflow_v2.types.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 |
str
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list. |
Classes
Entry
Entry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents an environment history entry.