Class Document.Types.ReloadStatus (3.4.0)

public sealed class ReloadStatus : IMessage<Document.Types.ReloadStatus>, IEquatable<Document.Types.ReloadStatus>, IDeepCloneable<Document.Types.ReloadStatus>, IBufferMessage, IMessage

The status of a reload attempt.

Inheritance

Object > Document.Types.ReloadStatus

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ReloadStatus()

public ReloadStatus()

ReloadStatus(Document.Types.ReloadStatus)

public ReloadStatus(Document.Types.ReloadStatus other)
Parameter
NameDescription
otherDocument.Types.ReloadStatus

Properties

Status

public Status Status { get; set; }

The status of a reload attempt or the initial load.

Property Value
TypeDescription
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
TypeDescription
Timestamp