Google Cloud Dialogflow v2beta1 API - Class EnvironmentHistory.Types.Entry (1.0.0-beta15)

public sealed class EnvironmentHistory.Types.Entry : IMessage<EnvironmentHistory.Types.Entry>, IEquatable<EnvironmentHistory.Types.Entry>, IDeepCloneable<EnvironmentHistory.Types.Entry>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class EnvironmentHistory.Types.Entry.

Represents an environment history entry.

Inheritance

object > EnvironmentHistory.Types.Entry

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Entry()

public Entry()

Entry(Entry)

public Entry(EnvironmentHistory.Types.Entry other)
Parameter
Name Description
other EnvironmentHistoryTypesEntry

Properties

AgentVersion

public string AgentVersion { get; set; }

The agent version loaded into this environment history entry.

Property Value
Type Description
string

CreateTime

public Timestamp CreateTime { get; set; }

The creation time of this environment history entry.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

The developer-provided description for this environment history entry.

Property Value
Type Description
string