public sealed class Document.Types.ReloadStatus : IMessage<Document.Types.ReloadStatus>, IEquatable<Document.Types.ReloadStatus>, IDeepCloneable<Document.Types.ReloadStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Document.Types.ReloadStatus.
The status of a reload attempt.
Implements
IMessageDocumentTypesReloadStatus, IEquatableDocumentTypesReloadStatus, IDeepCloneableDocumentTypesReloadStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ReloadStatus()
public ReloadStatus()
ReloadStatus(ReloadStatus)
public ReloadStatus(Document.Types.ReloadStatus other)
Parameter | |
---|---|
Name | Description |
other | DocumentTypesReloadStatus |
Properties
Status
public Status Status { get; set; }
The status of a reload attempt or the initial load.
Property Value | |
---|---|
Type | Description |
Status |
Time
public Timestamp Time { get; set; }
The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
Property Value | |
---|---|
Type | Description |
Timestamp |