public sealed class EnvironmentHistory : IMessage<EnvironmentHistory>, IEquatable<EnvironmentHistory>, IDeepCloneable<EnvironmentHistory>, IBufferMessage, IMessage, IPageResponse<EnvironmentHistory.Types.Entry>, IEnumerable<EnvironmentHistory.Types.Entry>, IEnumerable
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class EnvironmentHistory.
The response message for [Environments.GetEnvironmentHistory][google.cloud.dialogflow.v2.Environments.GetEnvironmentHistory].
Implements
IMessageEnvironmentHistory, IEquatableEnvironmentHistory, IDeepCloneableEnvironmentHistory, IBufferMessage, IMessage, IPageResponseEnvironmentHistoryTypesEntry, IEnumerableEnvironmentHistoryTypesEntry, IEnumerableNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
EnvironmentHistory()
public EnvironmentHistory()
EnvironmentHistory(EnvironmentHistory)
public EnvironmentHistory(EnvironmentHistory other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentHistory |
Properties
Entries
public RepeatedField<EnvironmentHistory.Types.Entry> Entries { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEnvironmentHistoryTypesEntry |
NextPageToken
public string NextPageToken { get; set; }
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
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 -
.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<EnvironmentHistory.Types.Entry> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEnvironmentHistoryTypesEntry |