Class GoogleCloudDialogflowV2EnvironmentHistoryEntry
Represents an environment history entry.
Inheritance
System.Object
GoogleCloudDialogflowV2EnvironmentHistoryEntry
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EnvironmentHistoryEntry : IDirectResponseSchema
Properties
AgentVersion
The agent version loaded into this environment history entry.
Declaration
[JsonProperty("agentVersion")]
public virtual string AgentVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CreateTime
The creation time of this environment history entry.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Description
The developer-provided description for this environment history entry.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |