Google Cloud Dialogflow v2 API - Class EnvironmentHistory (4.16.0)

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].

Inheritance

object > EnvironmentHistory

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

EnvironmentHistory()

public EnvironmentHistory()

EnvironmentHistory(EnvironmentHistory)

public EnvironmentHistory(EnvironmentHistory other)
Parameter
NameDescription
otherEnvironmentHistory

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
TypeDescription
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
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<EnvironmentHistory.Types.Entry> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorEnvironmentHistoryTypesEntry