Class GoogleCloudDialogflowV2DocumentReloadStatus
The status of a reload attempt.
Inheritance
System.Object
GoogleCloudDialogflowV2DocumentReloadStatus
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 GoogleCloudDialogflowV2DocumentReloadStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The status of a reload attempt or the initial load.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
Time
The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
Declaration
[JsonProperty("time")]
public virtual object Time { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |