public sealed class 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.
Implements
IMessage<EnvironmentHistory.Types.Entry>, IEquatable<EnvironmentHistory.Types.Entry>, IDeepCloneable<EnvironmentHistory.Types.Entry>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Entry()
public Entry()
Entry(EnvironmentHistory.Types.Entry)
public Entry(EnvironmentHistory.Types.Entry other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentHistory.Types.Entry |
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 |