Google Cloud Dialogflow v2 API - Class EnvironmentHistory.Types.Entry (4.18.0)

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 v2 API class EnvironmentHistory.Types.Entry.

Represents an environment history entry.

Inheritance

object > EnvironmentHistory.Types.Entry

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Entry()

public Entry()

Entry(Entry)

public Entry(EnvironmentHistory.Types.Entry other)
Parameter
NameDescription
otherEnvironmentHistoryTypesEntry

Properties

AgentVersion

public string AgentVersion { get; set; }

The agent version loaded into this environment history entry.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

The creation time of this environment history entry.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

The developer-provided description for this environment history entry.

Property Value
TypeDescription
string