public sealed class EnvironmentHistory : IMessage<EnvironmentHistory>, IEquatable<EnvironmentHistory>, IDeepCloneable<EnvironmentHistory>, IBufferMessage, IMessage, IPageResponse<EnvironmentHistory.Types.Entry>, IEnumerable<EnvironmentHistory.Types.Entry>, IEnumerableThe response message for [Environments.GetEnvironmentHistory][google.cloud.dialogflow.v2.Environments.GetEnvironmentHistory].
Inheritance
System.Object > EnvironmentHistoryImplements
IMessage<EnvironmentHistory>, IEquatable<EnvironmentHistory>, IDeepCloneable<EnvironmentHistory>, IBufferMessage, IMessage, IPageResponse<EnvironmentHistory.Types.Entry>, IEnumerable<EnvironmentHistory.Types.Entry>, 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 |
RepeatedField<EnvironmentHistory.Types.Entry> |
|
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 |
IEnumerator<EnvironmentHistory.Types.Entry> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|