Class EnvironmentHistory (2.10.0)

EnvironmentHistory(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for Environments.GetEnvironmentHistory.

Attributes

NameDescription
parent str
Output only. The name of the environment this history is for. Supported formats: - projects/ - projects/
entries Sequence[google.cloud.dialogflow_v2beta1.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.