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.
Implements
IMessageEnvironmentHistoryTypesEntry, IEquatableEnvironmentHistoryTypesEntry, IDeepCloneableEnvironmentHistoryTypesEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |