Google Cloud Dialogflow v2 API - Class Document.Types.ReloadStatus (4.18.0)

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.

Inheritance

object > Document.Types.ReloadStatus

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ReloadStatus()

public ReloadStatus()

ReloadStatus(ReloadStatus)

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

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