Google Cloud Dialogflow v2beta1 API - Class Document.Types.ReloadStatus (1.0.0-beta15)

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 v2beta1 API class Document.Types.ReloadStatus.

The status of a reload attempt.

Inheritance

object > Document.Types.ReloadStatus

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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; }

Output only. The status of a reload attempt or the initial load.

Property Value
Type Description
Status

Time

public Timestamp Time { get; set; }

Output only. 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